mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 08:02:26 +00:00
fix: fix app initialization
This commit is contained in:
@@ -241,7 +241,7 @@
|
||||
on:done
|
||||
on:doneError
|
||||
on:cancel
|
||||
on:setResult={() => (initializing = false)}
|
||||
on:resultSet={() => (initializing = false)}
|
||||
on:success={() => handleSideEffect(true)}
|
||||
on:handleError={(e) => handleSideEffect(false, e.detail)}
|
||||
{outputs}
|
||||
|
||||
Reference in New Issue
Block a user