fix: adds view only icon

This commit is contained in:
hackerESQ
2025-01-28 21:15:29 -06:00
parent 878c668696
commit 7e1899d8ff
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -37,6 +37,8 @@
class="btn-circle btn-ghost btn-sm text-secondary"
@click="$dispatch('toggle-holding-options')"
/>
@else
<x-icon name="o-eye" class="text-secondary w-4" title="{{ __('Read only') }}" />
@endcan
<x-ib-flex-spacer />