Skip to content

Commit

Permalink
Update VisualizationWidget.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dobri1408 authored Aug 21, 2024
1 parent 6cc0ef0 commit f0d3bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/VisualizationWidget.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const VisualizationWidget = (props) => {
})
.catch(() => {});
}
}, [value, onChange]);
}, [value, onChange, id]);

return (
<FormFieldWrapper {...props}>
Expand Down

0 comments on commit f0d3bdf

Please sign in to comment.