Skip to content

Commit

Permalink
Fix closing confirm modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Fonal committed Aug 27, 2022
1 parent 0abccc4 commit 583dd42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/pages/logs.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class="block overflow-hidden rounded-t-xl text-white"
<x-filament::modal.actions fullWidth="true">
<x-filament::button
type="button"
x-on:click="isModalOpen = false"
x-on:click="isOpen = false"
color="secondary"
outlined="true"
class="filament-page-modal-button-action"
Expand All @@ -78,7 +78,7 @@ class="filament-page-modal-button-action"
</x-filament::button>
<x-filament::button
wire:click="delete"
x-on:click="isModalOpen = false"
x-on:click="isOpen = false"
type="button"
color="danger"
class="filament-page-modal-button-action"
Expand Down

0 comments on commit 583dd42

Please sign in to comment.