mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 17:11:31 +03:00
Remove query key (#11920)
This PR removes obsolet query key from URL. Closes: https://github.com/enso-org/enso/issues/11912
This commit is contained in:
parent
c336c765cd
commit
6ddd4d312a
@ -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)
|
||||
})
|
||||
}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user