Skip to content

Commit

Permalink
Fixing modal without blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnesselr committed Dec 29, 2024
1 parent 1d71320 commit 64daa98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/External/Slack/Modals/ManageVolunteerGroups.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ public function __construct()
clearOnClose: true,
close: 'Cancel',
submit: 'Submit',
blocks: [
Kit::section(
text: "This feature is not yet implemented.",
)
]
);
}

Expand Down

0 comments on commit 64daa98

Please sign in to comment.