Skip to content

Commit

Permalink
[Bug][UI Next]Modify the display state logic of save buttons under wo…
Browse files Browse the repository at this point in the history
…rkflow definition (apache#9403)

* Modifying site Configurations

* Modify the display state logic of save buttons under workflow definition
  • Loading branch information
labbomb authored and zhongjiajie committed Apr 9, 2022
1 parent 83c745e commit 856ce31
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ export default defineComponent({
type='info'
secondary
round
disabled={props.definition?.processDefinition?.releaseState === 'ONLINE'}
onClick={() => {
context.emit('saveModelToggle', true)
}}
Expand Down

0 comments on commit 856ce31

Please sign in to comment.