Skip to content

Commit

Permalink
fix: file upload component
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Dec 14, 2023
1 parent 85676f0 commit b0f4d8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Filament/Resources/OrganizationResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public static function form(Form $form): Form

SpatieMediaLibraryFileUpload::make('statute')
->label(__('organization.labels.statute'))
->disk(config('filesystems.default'))
->inlineLabel()
->disablePreview()
->collection('statute')
Expand Down

0 comments on commit b0f4d8a

Please sign in to comment.