Skip to content

Commit

Permalink
0 lines changed ¯\_(ツ)_/¯
Browse files Browse the repository at this point in the history
  • Loading branch information
KubaZ2 committed Dec 6, 2024
1 parent 6bd4f71 commit 520b4b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static void Callbacks()
callback = InteractionCallback.Modal(new ModalProperties("intro", "Introduce Yourself")
.AddComponents(
new TextInputProperties("name", TextInputStyle.Short, "First Name"),
new TextInputProperties("bio", TextInputStyle.Paragraph, "Your Bio")));
new TextInputProperties("bio", TextInputStyle.Paragraph, "Your Bio")));

callback = InteractionCallback.Modal(new("intro", "Introduce Yourself")
{
Expand Down

0 comments on commit 520b4b5

Please sign in to comment.