mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-03 12:48:46 +08:00
[Bug][UI Next]Modify the display state logic of save buttons under workflow definition (#9403)
* Modifying site Configurations * Modify the display state logic of save buttons under workflow definition
This commit is contained in:
parent
d23616fcbc
commit
2db4cd4f14
@ -481,6 +481,7 @@ export default defineComponent({
|
||||
type='info'
|
||||
secondary
|
||||
round
|
||||
disabled={props.definition?.processDefinition?.releaseState === 'ONLINE'}
|
||||
onClick={() => {
|
||||
context.emit('saveModelToggle', true)
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user