@digital-ai/dot-components 3.20.1 → 3.20.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.esm.js +1 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -11775,7 +11775,7 @@ function DotDashboardActions({
11775
11775
  setDashboardToPublish(null);
11776
11776
  setDashboardToUnpublish(null);
11777
11777
  onStatusChanged && onStatusChanged(publishedDashboard);
11778
- }, []);
11778
+ }, [onStatusChanged]);
11779
11779
  const handlePublishConfirmClose = useCallback(() => {
11780
11780
  setDashboardToPublish(null);
11781
11781
  setDashboardToUnpublish(null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital-ai/dot-components",
3
- "version": "3.20.1",
3
+ "version": "3.20.2",
4
4
  "private": false,
5
5
  "license": "SEE LICENSE IN <LICENSE.md>",
6
6
  "contributors": [