Skip to content

Commit

Permalink
Made text comments optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
ocielliottc committed Jan 31, 2025
1 parent 5b7eeba commit ba96d65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/src/main/resources/slack/pulse_slack_blocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
},
{
"type": "input",
"optional": true,
"element": {
"type": "plain_text_input",
"action_id": "internalFeelings",
Expand Down Expand Up @@ -140,6 +141,7 @@
},
{
"type": "input",
"optional": true,
"element": {
"type": "plain_text_input",
"action_id": "externalFeelings",
Expand Down

0 comments on commit ba96d65

Please sign in to comment.