We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc2cc6 commit 57024dbCopy full SHA for 57024db
1 file changed
src/Elements/Selects/MultiUserSelectMenu.php
@@ -12,7 +12,7 @@
12
class MultiUserSelectMenu extends MultiSelectMenu
13
{
14
/** @var string[]|null */
15
- #[Property('initial_user'), ValidCollection]
+ #[Property('initial_users'), ValidCollection]
16
public ?array $initialUsers;
17
18
/**
0 commit comments