Skip to content

Commit

Permalink
radio_buttons.initial_option fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed May 20, 2020
1 parent 19c9ac2 commit eb6645c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ case class SlackBlockPlainInputElement(
case class SlackBlockRadioButtonsElement(
action_id: String,
options: NonEmptyList[SlackBlockChoiceItem[SlackBlockText]],
initial_options: Option[NonEmptyList[SlackBlockChoiceItem[SlackBlockText]]] = None,
initial_option: Option[SlackBlockChoiceItem[SlackBlockText]] = None,
confirm: Option[SlackBlockConfirmItem] = None
) extends SlackBlockElement
with SlackSectionBlockElement
Expand Down

0 comments on commit eb6645c

Please sign in to comment.