Skip to content

Commit

Permalink
Merge pull request #41 from alexvenga/1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to authored Nov 5, 2022
2 parents fac9a99 + ae87477 commit 02df938
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion src/Fields/Spatie/MediaLibrary.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function indexViewValue(Model $item, bool $container = true): mixed
]);
}

return view('moonshine::fields.spatie.media-library-thumbnail', [
return view('moonshine::fields.shared.thumbnail', [
'value' => $item->getFirstMediaUrl($this->field()),
]);
}
Expand Down

0 comments on commit 02df938

Please sign in to comment.