Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mokhosh authored and github-actions[bot] committed Mar 6, 2024
1 parent 19d16a3 commit 5309219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Pages/TestBoard.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ protected function getEditModalFormSchema(?int $recordId): array
Forms\Components\Select::make('team')
->relationship('team', 'name')
->multiple()
->options(User::pluck('name', 'id'))
->options(User::pluck('name', 'id')),
];
}
}

0 comments on commit 5309219

Please sign in to comment.