fix: remove filter

This commit is contained in:
Andras Bacsai 2023-11-06 12:53:43 +01:00
parent a84f3e0577
commit 0858faf628

View File

@ -5,9 +5,8 @@
<x-forms.button wire:click="load_deployments({{ $default_take }})">Next Page
</x-forms.button>
@endif
</div>
<form wire:submit="filter" class="flex items-end gap-2">
<form class="flex items-end gap-2">
<x-forms.input id="pull_request_id" label="Pull Request"></x-forms.input>
<x-forms.button type="submit">Filter</x-forms.button>
</form>