fix(ui): Disable livewire navigate feature (causing spam of setInterval())
This commit is contained in:
@@ -159,7 +159,7 @@
|
||||
{{ data_get($resource, 'environment.name') }}
|
||||
</td>
|
||||
<td class="px-5 py-4 text-sm whitespace-nowrap"><a
|
||||
class="" wire:navigate
|
||||
class=""
|
||||
href="{{ $resource->link() }}">{{ $resource->name }}
|
||||
<x-internal-link /></a>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user