Fix power actions (#789)

This commit is contained in:
Charles
2024-12-08 11:34:47 -05:00
committed by GitHub
parent 8cc91b0747
commit 6921c8b350

View File

@@ -160,7 +160,7 @@
}));
};
$wire.$on('setServerState', ({ state }) => {
Livewire.on('setServerState', ({ state }) => {
socket.send(JSON.stringify({
'event': 'set state',
'args': [state]