Skip to content

Commit

Permalink
Fix wrong property name for MultiUserSelectMenu initial value (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
attepulkkinen authored Dec 3, 2024
1 parent 8fc2cc6 commit 57024db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elements/Selects/MultiUserSelectMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class MultiUserSelectMenu extends MultiSelectMenu
{
/** @var string[]|null */
#[Property('initial_user'), ValidCollection]
#[Property('initial_users'), ValidCollection]
public ?array $initialUsers;

/**
Expand Down

0 comments on commit 57024db

Please sign in to comment.