Fix merge typo

pull/16161/head
cgonzalez 4 years ago
parent 2d0cadd6e9
commit 12affa1194

@ -57,7 +57,7 @@ const datasets = {
order_direction: context.state.orderDirection,
per_page: context.state.resultsPerPage,
with_dependent_visualizations: 10,
load_do_totals: true
load_do_totals: true,
...(context.state.queryFilter ? { q: context.state.queryFilter } : {})
};

Loading…
Cancel
Save