Skip to content

Commit

Permalink
Update ui/src/widgets/data-tracker.mjs
Browse files Browse the repository at this point in the history
Co-authored-by: Nick O'Leary <[email protected]>
  • Loading branch information
joepavitt and knolleary authored May 15, 2024
1 parent 31a1e39 commit 644b32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/widgets/data-tracker.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export function useDataTracker (widgetId, onInput, onLoad, onDynamicProperties)
const socket = inject('$socket')

function checkDynamicProperties (msg) {
// set standard dynamic proeprties states if passed into msg
// set standard dynamic properties states if passed into msg
if ('enabled' in msg) {
store.commit('ui/widgetState', {
widgetId,
Expand Down

0 comments on commit 644b32c

Please sign in to comment.