fix: update Livewire button click method to use camelCase

This commit is contained in:
Andras Bacsai
2025-01-07 11:03:23 +01:00
parent af482f0572
commit 2fc5893e98

View File

@@ -1 +1 @@
<x-forms.button wire:click='backup_now'>Backup Now</x-forms.button> <x-forms.button wire:click='backupNow'>Backup Now</x-forms.button>