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) (apache#9411)

* Modifying site Configurations

* Modify the display state logic of save buttons under workflow definition

Co-authored-by: labbomb <739955946@qq.com>
  • Loading branch information
2 people authored and nobolity committed Apr 11, 2022
1 parent a126c95 commit 1aac1d6
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 1aac1d6

Please sign in to comment.