Skip to content

Commit

Permalink
fix Unable to locate a class or view for component [datatables.icons.…
Browse files Browse the repository at this point in the history
…x-circle]

MedicOneSystems#587
  • Loading branch information
t-raven committed Oct 12, 2023
1 parent 59167e8 commit 06bd2c8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/>
<div class="absolute inset-y-0 right-0 pr-2 flex items-center">
<button x-on:click="$refs.start.value=''" wire:click="doDatetimeFilterStart('{{ $index }}', '')" class="-mb-0.5 pr-1 flex text-gray-400 hover:text-red-600 focus:outline-none" tabindex="-1">
<x-datatables.icons.x-circle class="h-5 w-5 stroke-current" />
<x-icons.x-circle class="h-5 w-5 stroke-current" />
</button>
</div>
</div>
Expand All @@ -17,8 +17,8 @@
/>
<div class="absolute inset-y-0 right-0 pr-2 flex items-center">
<button x-on:click="$refs.end.value=''" wire:click="doDatetimeFilterEnd('{{ $index }}', '')" class="-mb-0.5 pr-1 flex text-gray-400 hover:text-red-600 focus:outline-none" tabindex="-1">
<x-datatables.icons.x-circle class="h-5 w-5 stroke-current" />
<x-icons.x-circle class="h-5 w-5 stroke-current" />
</button>
</div>
</div>
</div>
</div>

0 comments on commit 06bd2c8

Please sign in to comment.