Commit 54c330b0 authored by Brian Wangora's avatar Brian Wangora

Remove refresh feature from close button of modals

parent 501270e7
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
</div> </div>
<x-slot name="footerSlot"> <x-slot name="footerSlot">
<x-adminlte-button theme="danger" label="Close" data-dismiss="modal" wire:click="$refresh"/> <x-adminlte-button theme="danger" label="Close" data-dismiss="modal"/>
</x-slot> </x-slot>
</x-adminlte-modal> </x-adminlte-modal>
......
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
<x-slot name="footerSlot"> <x-slot name="footerSlot">
<x-adminlte-button theme="info" label="Print" data-dismiss="modal"/> <x-adminlte-button theme="info" label="Print" data-dismiss="modal"/>
<x-adminlte-button theme="danger" label="Close" data-dismiss="modal" wire:click="$refresh"/> <x-adminlte-button theme="danger" label="Close" data-dismiss="modal"/>
</x-slot> </x-slot>
</x-adminlte-modal> </x-adminlte-modal>
......
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
<x-slot name="footerSlot"> <x-slot name="footerSlot">
<x-adminlte-button theme="info" label="Print" data-dismiss="modal"/> <x-adminlte-button theme="info" label="Print" data-dismiss="modal"/>
<x-adminlte-button theme="danger" label="Close" data-dismiss="modal" wire:click="$refresh"/> <x-adminlte-button theme="danger" label="Close" data-dismiss="modal"/>
</x-slot> </x-slot>
</x-adminlte-modal> </x-adminlte-modal>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment