Skip to content

Commit

Permalink
use correct object
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Oct 3, 2023
1 parent ba66a83 commit 3f7fa03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/dashboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
listenForUpdateModeEvent() {
window.livewire.on('updateMode', newMode => {
window.Livewire.on('updateMode', newMode => {
if (newMode !== this.mode) {
this.mode = newMode;
}
Expand Down

0 comments on commit 3f7fa03

Please sign in to comment.