feat: Refactor Filament resources and fix tenant admin login
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<x-filament-panels::page>
|
||||
<x-filament-panels::form wire:submit="doImport">
|
||||
{{ $this->form }}
|
||||
|
||||
<x-filament-panels::form.actions
|
||||
:actions="[
|
||||
|
||||
]"
|
||||
/>
|
||||
<x-filament::button type="submit" >
|
||||
Import
|
||||
</x-filament::button>
|
||||
</x-filament-panels::form>
|
||||
</x-filament-panels::page>
|
||||
Reference in New Issue
Block a user