Skip to content

Commit

Permalink
Fix power actions (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
notAreYouScared authored Dec 8, 2024
1 parent 8cc91b0 commit 6921c8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class="w-full focus:outline-none focus:ring-0 border-none"
}));
};
$wire.$on('setServerState', ({ state }) => {
Livewire.on('setServerState', ({ state }) => {
socket.send(JSON.stringify({
'event': 'set state',
'args': [state]
Expand Down

0 comments on commit 6921c8b

Please sign in to comment.