mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 08:00:59 +00:00
fix: drop dangling nobackenddraft assignment in flows edit
This commit is contained in:
@@ -277,7 +277,6 @@
|
||||
page.params.path
|
||||
if ($workspaceStore) {
|
||||
untrack(() => {
|
||||
nobackenddraft = false // fresh nav reconsiders the backend draft
|
||||
renderEditor = false // remount the builder for the navigated-to flow
|
||||
loadFlow().catch((e: any) => {
|
||||
// A failed load must NOT leave renderEditor stuck false — otherwise
|
||||
|
||||
Reference in New Issue
Block a user