Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
Signed-off-by: ianmuchyri <[email protected]>
  • Loading branch information
ianmuchyri committed Feb 5, 2024
1 parent af64a04 commit 283f7cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/web/static/js/dashboards.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ function editGrid(grid) {
scriptTag.defer = true;
scriptTag.innerHTML = itemData.widgetScript;
newItem.appendChild(scriptTag);
grid.add(newItem);
resizeObserver.observe(newItem);
});
grid.layout(gridState.layout);
Expand Down

0 comments on commit 283f7cf

Please sign in to comment.