Skip to content

Commit

Permalink
Merge pull request #1785 from ProcessMaker/observation/FOUR-13326
Browse files Browse the repository at this point in the history
Observation/FOUR-13326: Close Create Now AI message after click in the button
  • Loading branch information
ryancooley authored Jan 19, 2024
2 parents 2a30e78 + 101a6ad commit fb6e08f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/modeler/Modeler.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2100,6 +2100,7 @@ export default {
});
},
onGenerateAssets() {
this.isAiGenerated = false;
this.saveBpmn(null, null, true);
},
generateAssets() {
Expand Down

0 comments on commit fb6e08f

Please sign in to comment.