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 2d15ef4 commit e2f2bd6
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 @@ -35,7 +35,7 @@ public static function form(Form $form): Form
->required(),
TextInput::make('country')
->required(),
SpatieMediaLibraryFileUpload::make('image')
SpatieMediaLibraryFileUpload::make('front_image')
->maxFiles(1)
->rules(['image'])
->columnStart(1),
Expand Down

0 comments on commit e2f2bd6

Please sign in to comment.