From 64daa9831fa238eab4b9e7267ad6120d1cdfb5be Mon Sep 17 00:00:00 2001 From: Justin Nesselrotte Date: Sat, 28 Dec 2024 19:12:50 -0700 Subject: [PATCH] Fixing modal without blocks --- app/External/Slack/Modals/ManageVolunteerGroups.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/External/Slack/Modals/ManageVolunteerGroups.php b/app/External/Slack/Modals/ManageVolunteerGroups.php index b4c8050..fbda185 100644 --- a/app/External/Slack/Modals/ManageVolunteerGroups.php +++ b/app/External/Slack/Modals/ManageVolunteerGroups.php @@ -23,6 +23,11 @@ public function __construct() clearOnClose: true, close: 'Cancel', submit: 'Submit', + blocks: [ + Kit::section( + text: "This feature is not yet implemented.", + ) + ] ); }