Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ast21 authored and github-actions[bot] committed Jan 5, 2025
1 parent 83f83f7 commit 4268fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/Filament/Resources/SocialProjectResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static function form(Forms\Form $form): Forms\Form
Forms\Components\SpatieMediaLibraryFileUpload::make('image.'.$locale)
->collection('image.'.$locale)
->label(__('admin-kit-social-projects::social-projects.resource.image'))
//->required()
// ->required()
->image()
->optimize('webp')
->resize(30),
Expand Down

0 comments on commit 4268fee

Please sign in to comment.