From 8b578beb631aa81a7e86d5d0ba4bdd1f3d9b1a4d Mon Sep 17 00:00:00 2001 From: Sergei Garin Date: Thu, 19 Dec 2024 18:27:58 +0300 Subject: [PATCH] Remove query key (#11920) This PR removes obsolet query key from URL. Closes: https://github.com/enso-org/enso/issues/11912 (cherry picked from commit 6ddd4d312aa6ead21bfa60f7185b23a2c5814329) --- app/gui/src/dashboard/pages/authentication/Setup/Setup.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/gui/src/dashboard/pages/authentication/Setup/Setup.tsx b/app/gui/src/dashboard/pages/authentication/Setup/Setup.tsx index b9218f4376c0..435928ae0449 100644 --- a/app/gui/src/dashboard/pages/authentication/Setup/Setup.tsx +++ b/app/gui/src/dashboard/pages/authentication/Setup/Setup.tsx @@ -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) }) } >