Skip to content

Commit 5d80764

Browse files
astandrikAnton Standrik
authored andcommitted
fix: review fix
1 parent 1ce91e4 commit 5d80764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Tenant/Diagnostics/TopQueries/TopQueries.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const TopQueries = ({tenantName}: TopQueriesProps) => {
9191
};
9292

9393
const handleTimeFrameChange = (value: string[]) => {
94-
setTimeFrame(value[0] as TimeFrame);
94+
setTimeFrame(value[0] as TimeFrame, 'replaceIn');
9595
};
9696

9797
const handleDateRangeChange = (value: DateRangeValues) => {

0 commit comments

Comments
 (0)