This is an automated email from the ASF dual-hosted git repository.
wenjun pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 5ffa45293e [Fix-16475][UI] Can't SET Timing successful in Workflow
Definition grid (#16476)
5ffa45293e is described below
commit 5ffa45293e91d47cc59090ec271a7b9710aba759
Author: topsli <[email protected]>
AuthorDate: Wed Aug 21 10:15:41 2024 +0800
[Fix-16475][UI] Can't SET Timing successful in Workflow Definition grid
(#16476)
---
dolphinscheduler-ui/src/views/projects/workflow/definition/use-table.ts | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/dolphinscheduler-ui/src/views/projects/workflow/definition/use-table.ts
b/dolphinscheduler-ui/src/views/projects/workflow/definition/use-table.ts
index 04588517d8..2b66cfd693 100644
--- a/dolphinscheduler-ui/src/views/projects/workflow/definition/use-table.ts
+++ b/dolphinscheduler-ui/src/views/projects/workflow/definition/use-table.ts
@@ -306,6 +306,8 @@ export function useTable() {
variables.timingState = row.scheduleReleaseState
} else {
variables.row = row
+ variables.timingType = 'create'
+ variables.timingState = 'OFFLINE'
}
}