Skip to content

Commit

Permalink
Merge pull request #1767 from ProcessMaker/FOUR-12825
Browse files Browse the repository at this point in the history
FOUR-12825: Generation panel from AI button now hides when generating
  • Loading branch information
ryancooley authored Dec 21, 2023
2 parents 4f35c1f + b2a54a6 commit 4b5c4c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/aiMessages/AiGenerateButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export default {
},
methods: {
onGenerateAssets() {
this.showPopover = false;
this.$emit('onGenerateAssets');
},
},
Expand Down

0 comments on commit 4b5c4c7

Please sign in to comment.