Skip to content

Commit

Permalink
refactor: Update stack-form.blade.php to include wire:target attribut…
Browse files Browse the repository at this point in the history
…e for submit button
  • Loading branch information
andrasbacsai committed Jun 25, 2024
1 parent 8d85976 commit 1de8657
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div>
<div class="flex gap-2">
<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">
<livewire:project.service.edit-compose serviceId="{{ $service->id }}" />
</x-modal-input>
Expand Down

0 comments on commit 1de8657

Please sign in to comment.