Skip to content

Commit 038e15b

Browse files
committed
Remove double 'optional' from label
1 parent e17931b commit 038e15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/slack_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ def build(
672672
InputBlock(
673673
block_id=cls.REASON_BLOCK_ID,
674674
optional=True,
675-
label=PlainTextObject(text="Reason (optional)"),
675+
label=PlainTextObject(text="Reason"),
676676
element=PlainTextInputElement(
677677
action_id=cls.REASON_ACTION_ID,
678678
placeholder=PlainTextObject(text="e.g. Task completed, no longer needed"),

0 commit comments

Comments
 (0)