diff --git a/app/Nova/LibraryItem.php b/app/Nova/LibraryItem.php index 800ba298..64f4dff1 100644 --- a/app/Nova/LibraryItem.php +++ b/app/Nova/LibraryItem.php @@ -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()