fix: remove filter
This commit is contained in:
parent
a84f3e0577
commit
0858faf628
@ -5,9 +5,8 @@
|
|||||||
<x-forms.button wire:click="load_deployments({{ $default_take }})">Next Page
|
<x-forms.button wire:click="load_deployments({{ $default_take }})">Next Page
|
||||||
</x-forms.button>
|
</x-forms.button>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
</div>
|
</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.input id="pull_request_id" label="Pull Request"></x-forms.input>
|
||||||
<x-forms.button type="submit">Filter</x-forms.button>
|
<x-forms.button type="submit">Filter</x-forms.button>
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user