Skip to content
Snippets Groups Projects
Unverified Commit 186ac37c authored by Tom Robinson's avatar Tom Robinson Committed by GitHub
Browse files

Fix misplaced queryOptions

parent 448004a0
No related branches found
No related tags found
No related merge requests found
......@@ -544,8 +544,7 @@ export const fetchCardData = createThunkAction(FETCH_CARD_DATA, function(
);
} else if (dashboardType === "transient") {
result = await fetchDataOrError(
MetabaseApi.dataset(datasetQuery),
queryOptions,
MetabaseApi.dataset(datasetQuery, queryOptions),
);
} else {
result = await fetchDataOrError(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment