chore: fix mrr calculation and grid import
This commit is contained in:
@@ -1,28 +1,5 @@
|
||||
<x-filament-panels::page>
|
||||
<form wire:submit.prevent="refresh">
|
||||
<div class="space-y-6">
|
||||
{{ $this->form }}
|
||||
|
||||
<div class="flex gap-2">
|
||||
<x-filament::button
|
||||
type="submit"
|
||||
wire:loading.attr="disabled"
|
||||
>
|
||||
<x-filament::loading-indicator class="h-5 w-5" wire:loading wire:target="refresh" />
|
||||
Apply Filters
|
||||
</x-filament::button>
|
||||
|
||||
<x-filament::button
|
||||
wire:click="$reset"
|
||||
variant="outline"
|
||||
>
|
||||
Reset
|
||||
</x-filament::button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<div class="mt-6">
|
||||
{{ $this->table }}
|
||||
</div>
|
||||
</x-filament-panels::page>
|
||||
</x-filament-panels::page>
|
||||
|
||||
Reference in New Issue
Block a user