refactor: Update stack-form.blade.php to include wire:target attribute for submit button
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<div class="flex gap-2">
|
<div class="flex gap-2">
|
||||||
<h2>Service Stack</h2>
|
<h2>Service Stack</h2>
|
||||||
<x-forms.button type="submit">Save</x-forms.button>
|
<x-forms.button wire:target='submit' type="submit">Save</x-forms.button>
|
||||||
<x-modal-input buttonTitle="Edit Compose File" title="Edit Docker Compose" :closeOutside="false">
|
<x-modal-input buttonTitle="Edit Compose File" title="Edit Docker Compose" :closeOutside="false">
|
||||||
<livewire:project.service.edit-compose serviceId="{{ $service->id }}" />
|
<livewire:project.service.edit-compose serviceId="{{ $service->id }}" />
|
||||||
</x-modal-input>
|
</x-modal-input>
|
||||||
|
|||||||
Reference in New Issue
Block a user