Skip to content

Commit

Permalink
Merge pull request #547 from ralphjsmit/rjs/fix-media-arguments-not-p…
Browse files Browse the repository at this point in the history
…rovided

Fix: support for new media attribute as action mount argument
  • Loading branch information
awcodes authored Jan 22, 2025
2 parents b5e6c5a + 5639052 commit 274444c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/components/tools/edit-media.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
width: media.width || '',
height: media.height || '',
lazy: media.lazy || false,
media: media.media || '',
};
{{ $action }}
Expand Down
1 change: 1 addition & 0 deletions resources/views/components/tools/media.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
width: media.width || '',
height: media.height || '',
lazy: media.lazy || false,
media: media.media || '',
};
{{ $action }}
Expand Down

0 comments on commit 274444c

Please sign in to comment.