Skip to content

Commit

Permalink
[bug] [dolphinscheduler-ui] UI timed scheduler Improvement (apache#15624
Browse files Browse the repository at this point in the history
)

* Update use-table.ts

* [Fix][CI] Remove useless code

* [Fix][CI] Remove useless code

* [Fix][CI] Remove useless code

---------

Co-authored-by: Rick Cheng <[email protected]>
Co-authored-by: 旺阳 <[email protected]>
Co-authored-by: xiangzihao <[email protected]>
  • Loading branch information
4 people authored and Gallardot committed Mar 14, 2024
1 parent 650cb06 commit f6410e0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,11 @@ export function useTable() {
if (data.releaseState === 'ONLINE') {
variables.setTimingDialogShowRef = true
variables.row = row
if (row?.schedule) {
variables.row = row.schedule
variables.timingType = 'update'
variables.timingState = row.scheduleReleaseState
}
} else {
window.$message.success(t('project.workflow.success'))
}
Expand Down

0 comments on commit f6410e0

Please sign in to comment.