Skip to content

Commit

Permalink
fix: bug strictly forcing SelectMenu.CHANNEL
Browse files Browse the repository at this point in the history
  • Loading branch information
ShindouMihou committed Dec 22, 2023
1 parent 4049185 commit 94a9d2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ fun React.Component.SelectMenu(
disabled: Boolean = false,
onSelect: ((event: SelectMenuChooseEvent) -> Unit)? = null
) = SelectMenu(
componentType = ComponentType.SELECT_MENU_CHANNEL,
componentType = ComponentType.SELECT_MENU_STRING,
customId = customId,
minimumValues = minimumValues,
maximumValues = maximumValues,
Expand Down

0 comments on commit 94a9d2c

Please sign in to comment.