Skip to content

Commit

Permalink
* Slightly changed an appearance of the "send a new message" form
Browse files Browse the repository at this point in the history
  • Loading branch information
korsakovs committed Jan 3, 2024
1 parent 0856205 commit 2ed7a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thankyou/slackbot/blocks/thank_you.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def thank_you_receivers_block(label: str = "Who do you want to thank?", block_id
)


def thank_you_text_block(label: str = "Thank You", initial_value: str = None, block_id: str = None,
def thank_you_text_block(label: str = "Add a message", initial_value: str = None, block_id: str = None,
action_id: str = None, enable_rich_text: bool = False) -> InputBlock:
if enable_rich_text:
element = RichTextInputElement(
Expand Down

0 comments on commit 2ed7a3f

Please sign in to comment.