Skip to content

Commit

Permalink
Pass extension props from the record
Browse files Browse the repository at this point in the history
  • Loading branch information
iRaziul authored Dec 2, 2024
1 parent 16bb8fd commit 5f9543f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/components/forms/preview.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class="overflow-hidden border border-gray-300 rounded dark:border-gray-900 check
icon-size="xl"
class="p-4 rounded"
:type="$record->type"
:extension="$record->ext"
/>
@endif
</div>

0 comments on commit 5f9543f

Please sign in to comment.