Skip to content

Commit

Permalink
Fix Power Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
notAreYouScared committed Dec 8, 2024
1 parent 0fd58e5 commit 2f766d4
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 2f766d4

Please sign in to comment.