Skip to content

Commit

Permalink
fix: not required photo
Browse files Browse the repository at this point in the history
  • Loading branch information
ast21 committed Jan 6, 2025
1 parent 0f327a3 commit 3e82a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/Filament/Resources/ProjectResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static function form(Forms\Form $form): Forms\Form
->schema([
Forms\Components\SpatieMediaLibraryFileUpload::make('image')
->label(__('admin-kit-projects::projects.resource.image'))
->required()
//->required()
->image()
->optimize('webp')
->resize(30),
Expand Down

0 comments on commit 3e82a45

Please # to comment.