Skip to content

Commit

Permalink
Remove query key (#11920)
Browse files Browse the repository at this point in the history
This PR removes obsolet query key from URL.

Closes: #11912

(cherry picked from commit 6ddd4d3)
  • Loading branch information
MrFlashAccount authored and jdunkerley committed Dec 19, 2024
1 parent 23cf258 commit 8b578be
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/gui/src/dashboard/pages/authentication/Setup/Setup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,7 @@ const BASE_STEPS: Step[] = [
iconPosition="end"
onPress={() =>
queryClient.invalidateQueries().then(() => {
navigate(
DASHBOARD_PATH +
'?' +
new URLSearchParams({ startModalDefaultOpen: 'true' }).toString(),
)
navigate(DASHBOARD_PATH)
})
}
>
Expand Down

0 comments on commit 8b578be

Please sign in to comment.