We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce91e4 commit 5d80764Copy full SHA for 5d80764
src/containers/Tenant/Diagnostics/TopQueries/TopQueries.tsx
@@ -91,7 +91,7 @@ export const TopQueries = ({tenantName}: TopQueriesProps) => {
91
};
92
93
const handleTimeFrameChange = (value: string[]) => {
94
- setTimeFrame(value[0] as TimeFrame);
+ setTimeFrame(value[0] as TimeFrame, 'replaceIn');
95
96
97
const handleDateRangeChange = (value: DateRangeValues) => {
0 commit comments