Browse Source

[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
3.0.0/version-upgrade
labbomb 2 years ago committed by GitHub
parent
commit
2db4cd4f14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-toolbar.tsx

1
dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-toolbar.tsx

@ -481,6 +481,7 @@ export default defineComponent({
type='info'
secondary
round
disabled={props.definition?.processDefinition?.releaseState === 'ONLINE'}
onClick={() => {
context.emit('saveModelToggle', true)
}}

Loading…
Cancel
Save