Skip to content

Commit

Permalink
Merge pull request #410 from FlowFuse/409-ui-event-typo
Browse files Browse the repository at this point in the history
Fix $pageview event typo
  • Loading branch information
joepavitt authored Dec 1, 2023
2 parents ec83f70 + cbfd2de commit 2dc4cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/widgets/ui-event/UIEvent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default {
this.$socket.emit('ui-event', this.id, '$pageleave', oldMsg)
const newMsg = this.createPayload(this.pages[val])
this.$socket.emit('ui-event', this.id, '$peageview', newMsg)
this.$socket.emit('ui-event', this.id, '$pageview', newMsg)
}
}
},
Expand Down

0 comments on commit 2dc4cf5

Please sign in to comment.