@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.
- package/index.esm.js +1 -1
- 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);
|