chore: alpha fix test defaultvalues (#5500)

This commit is contained in:
Dan Ribbens
2024-03-27 16:47:22 -04:00
committed by GitHub
parent 7fdf9b7012
commit 460ca99fe1
4 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ const Users: CollectionConfig = {
{
name: 'roles',
type: 'select',
defaultValue: 'user',
defaultValue: ['user'],
hasMany: true,
label: 'Role',
options: ['admin', 'user'],