@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.
Files changed (2) hide show
  1. package/index.esm.js +1 -4
  2. 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
- return () => {
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital-ai/dot-components",
3
- "version": "4.28.0",
3
+ "version": "4.28.1",
4
4
  "private": false,
5
5
  "license": "SEE LICENSE IN <LICENSE.md>",
6
6
  "contributors": [