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 665c0dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mediconesystems/livewire-datatables",
"description": "Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS",
"name": "t-raven/livewire-datatables",
"description": "Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS with fixed 587 issue",
"keywords": [
"php",
"laravel",
Expand Down
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 665c0dc

Please sign in to comment.