diff --git a/app/Nova/LibraryItem.php b/app/Nova/LibraryItem.php index bb1bfbcb..dc98d596 100644 --- a/app/Nova/LibraryItem.php +++ b/app/Nova/LibraryItem.php @@ -121,7 +121,7 @@ class LibraryItem extends Resource ->type('library_item') ->withLinkToTagResource(Tag::class), - Texta::make('Name') + Text::make('Name') ->rules('required', 'string'), Text::make(__('Subtitle'), 'subtitle')