Skip to content

Commit

Permalink
[5.x] Files Fieldtype: Don't truncate existing filename (#11055)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored Nov 5, 2024
1 parent ba04ca4 commit 2a63aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/fieldtypes/FilesFieldtype.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</div>
<div
class="flex items-center flex-1 rtl:mr-2 ltr:ml-2 text-xs rtl:text-right ltr:text-left truncate"
v-text="file.slice(11)"
v-text="file"
/>
</td>
<td class="p-0 w-8 rtl:text-left ltr:text-right align-middle">
Expand Down

0 comments on commit 2a63aef

Please sign in to comment.