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: Joe Pavitt <[email protected]>
  • Loading branch information
Steve-Mcl and joepavitt authored Oct 1, 2024
1 parent d36afea commit 1d9c0fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/widgets/data-tracker.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export function useDataTracker (widgetId, onInput, onLoad, onDynamicProperties)
}

function onWidgetLoad (msg, state) {
// console.log('widget-load::msg-input:' + widgetId, msg, state)
// automatic handle state/dynamic updates for ALL widgets
if (state) {
store.commit('ui/widgetState', {
Expand Down

0 comments on commit 1d9c0fc

Please sign in to comment.