Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Jul 8, 2024
1 parent cbe75a9 commit dc246d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/actions/action.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</div>
@endif
<x-slot:footer>
<form id="{{ $key }}" method="POST" action="{{ $url }}">
<form id="{{ $key }}" method="POST" action="{{ $url }}" x-on:submit="open = false">
@csrf
<button type="submit" class="btn btn--primary">
{{ __('Run') }}
Expand Down

0 comments on commit dc246d7

Please sign in to comment.