Skip to content

Commit c338d65

Browse files
authored
[Bug] Fix Filament panel form namespace error (#2391)
1 parent 2ecbdff commit c338d65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/filament/pages/tools/list-ookla-servers.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</div>
88
</div>
99
@else
10-
<x-filament-panels::form wire:submit.prevent>
10+
<form wire:submit.prevent>
1111
{{ $this->form }}
12-
</x-filament-panels::form>
12+
</form>
1313
@endif
1414
</x-filament-panels::page>

0 commit comments

Comments
 (0)