Skip to content

Commit

Permalink
chore(plugin-chart-table): move adhoc filters control closer to the m…
Browse files Browse the repository at this point in the history
…etrics (#17797)
  • Loading branch information
kgabryje authored Dec 17, 2021
1 parent b5dca4e commit a2d8b94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ const config: ControlPanelConfig = {
},
},
],
['adhoc_filters'],
[
{
name: 'timeseries_limit_metric',
Expand Down Expand Up @@ -359,7 +360,6 @@ const config: ControlPanelConfig = {
},
},
],
['adhoc_filters'],
emitFilterControl,
],
},
Expand Down

0 comments on commit a2d8b94

Please sign in to comment.