Skip to content

Commit

Permalink
Merge pull request #15341 from Budibase/fix/close-modal-from-generation
Browse files Browse the repository at this point in the history
Fix close modal on grid+modal generation
  • Loading branch information
adrinr authored Jan 10, 2025
2 parents cd6abc0 + 6ecb01a commit f3d502d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/frontend-core/src/utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ export const buildFormBlockButtonConfig = props => {
{
"##eventHandlerType": "Close Side Panel",
},
{
"##eventHandlerType": "Close Modal",
},

...(actionUrl
? [
Expand Down

0 comments on commit f3d502d

Please sign in to comment.