@digital-ai/dot-components 4.28.0 → 4.28.1
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 -4
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -11948,10 +11948,7 @@ function DotDashboardDialog({
|
|
|
11948
11948
|
categories: editDashboard.categories
|
|
11949
11949
|
}));
|
|
11950
11950
|
}
|
|
11951
|
-
|
|
11952
|
-
onClose(false);
|
|
11953
|
-
};
|
|
11954
|
-
}, []);
|
|
11951
|
+
}, [copyDashboard, editDashboard]);
|
|
11955
11952
|
const validateName = useCallback(nameToValidate => __awaiter(this, void 0, void 0, function* () {
|
|
11956
11953
|
return cancelablePromise(searchDashboards({
|
|
11957
11954
|
name: nameToValidate
|