Skip to content

Commit 7a58bc5

Browse files
authored
fix: stage and run query button same url navigation enabled (#7415)
1 parent 88be23c commit 7a58bc5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

frontend/src/providers/QueryBuilder.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -764,10 +764,7 @@ export function QueryBuilderProvider({
764764
);
765765

766766
const { safeNavigate } = useSafeNavigate({
767-
preventSameUrlNavigation: !(
768-
initialDataSource === DataSource.LOGS ||
769-
initialDataSource === DataSource.TRACES
770-
),
767+
preventSameUrlNavigation: false,
771768
});
772769

773770
const redirectWithQueryBuilderData = useCallback(

0 commit comments

Comments
 (0)