This commit is contained in:
Benjamin Takats
2022-12-15 23:49:37 +01:00
parent 1f6db01204
commit 69f6e4553b

View File

@@ -111,7 +111,7 @@ class LibraryItem extends Resource
Text::make('Name')
->rules('required', 'string'),
Select::make(__('Type'))
Select::make(__('Type'), 'type')
->options(
Options::forEnum(LibraryItemType::class)
->toArray()