Skip to content

Commit

Permalink
Fix postcard upload
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandijck committed May 16, 2024
1 parent f883f18 commit 9db1609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Filament/Resources/Content/PostcardResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static function form(Form $form): Form
TextInput::make('country')
->required(),
SpatieMediaLibraryFileUpload::make('front_image')
->collection('default')
->responsiveImages()
->maxFiles(1)
->rules(['image'])
->columnStart(1),
Expand Down

0 comments on commit 9db1609

Please sign in to comment.