mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 00:01:34 +00:00
fix redirection upon path change for apps
This commit is contained in:
@@ -264,8 +264,7 @@
|
||||
sendUserToast('App deployed successfully')
|
||||
if (appPath !== npath) {
|
||||
localStorage.removeItem(`app-${appPath}`)
|
||||
await goto(`/apps/edit/${npath}?nodraft=true`)
|
||||
window.location.reload()
|
||||
window.location.pathname = `/apps/edit/${npath}?nodraft=true`
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user