@digital-ai/dot-components 3.8.1 → 3.8.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
|
@@ -10595,7 +10595,7 @@ function DotDashboardActions({
|
|
|
10595
10595
|
onClose: handlePublishConfirmClose,
|
|
10596
10596
|
onStatusChanged: handlePublishConfirm
|
|
10597
10597
|
}), categories && dashboardToCopy && jsx(DotDashboardDialog, {
|
|
10598
|
-
title: "
|
|
10598
|
+
title: "Duplicate dashboard",
|
|
10599
10599
|
availableCategories: categories === null || categories === void 0 ? void 0 : categories.categories[dashboard.target_apps[0]],
|
|
10600
10600
|
copyDashboard: dashboardToCopy,
|
|
10601
10601
|
open: true,
|