Skip to content

Commit

Permalink
Close message card after click on generate
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinbusso committed Jan 18, 2024
1 parent 2a30e78 commit 101a6ad
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 101a6ad

Please sign in to comment.