Skip to content

Commit

Permalink
fix: img entry not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasban-Fardani committed Sep 2, 2024
1 parent 08cbdaf commit a72ccc2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ public function infolist(Infolist $infolist): Infolist

ImageEntry::make('files')
->label('')
->disk('public')
->directory('images'),
->disk('public'),

Section::make()->schema([
TextEntry::make('funds')
Expand Down

0 comments on commit a72ccc2

Please sign in to comment.