mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 08:01:35 +00:00
nit flow bind
This commit is contained in:
@@ -522,8 +522,7 @@
|
||||
on:done={() => {
|
||||
$executionCount = $executionCount + 1
|
||||
}}
|
||||
on:jobsLoaded={({ detail }) => {
|
||||
job = detail
|
||||
on:jobsLoaded={() => {
|
||||
if (initial) {
|
||||
console.log('loading initial steps after initial job loaded')
|
||||
loadIndividualStepsStates()
|
||||
|
||||
Reference in New Issue
Block a user