From ba96d65acdb7b185977cd05f822ac3ea1a0aff6a Mon Sep 17 00:00:00 2001 From: Chad Elliott Date: Fri, 31 Jan 2025 12:27:37 -0600 Subject: [PATCH] Made text comments optional. --- server/src/main/resources/slack/pulse_slack_blocks.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/src/main/resources/slack/pulse_slack_blocks.json b/server/src/main/resources/slack/pulse_slack_blocks.json index bdfd32a13..070cb9978 100644 --- a/server/src/main/resources/slack/pulse_slack_blocks.json +++ b/server/src/main/resources/slack/pulse_slack_blocks.json @@ -71,6 +71,7 @@ }, { "type": "input", + "optional": true, "element": { "type": "plain_text_input", "action_id": "internalFeelings", @@ -140,6 +141,7 @@ }, { "type": "input", + "optional": true, "element": { "type": "plain_text_input", "action_id": "externalFeelings",