datastake-daf 0.6.760 → 0.6.761
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/dist/pages/index.js
CHANGED
|
@@ -13242,11 +13242,11 @@ const getActionWidgetsConfig = ({
|
|
|
13242
13242
|
getRedirectLink,
|
|
13243
13243
|
APP,
|
|
13244
13244
|
t
|
|
13245
|
-
}) => [
|
|
13245
|
+
}) => [{
|
|
13246
13246
|
icon: "MineSite",
|
|
13247
13247
|
title: t("nashiriki::create-mine-site"),
|
|
13248
|
-
onClick: () => goTo(getRedirectLink("/app/
|
|
13249
|
-
}
|
|
13248
|
+
onClick: () => goTo(getRedirectLink("/app/production-sites?create=true"))
|
|
13249
|
+
}, {
|
|
13250
13250
|
icon: "FileEdit",
|
|
13251
13251
|
title: "Report Activity",
|
|
13252
13252
|
onClick: () => goTo(getRedirectLink("/app/activities?create=true"))
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export const getActionWidgetsConfig = ({ goTo, getRedirectLink, APP, t }) => [
|
|
2
|
-
|
|
2
|
+
{
|
|
3
3
|
icon: "MineSite",
|
|
4
4
|
title: t("nashiriki::create-mine-site"),
|
|
5
|
-
onClick: () => goTo(getRedirectLink("/app/
|
|
6
|
-
}
|
|
5
|
+
onClick: () => goTo(getRedirectLink("/app/production-sites?create=true")),
|
|
6
|
+
},
|
|
7
7
|
{
|
|
8
8
|
icon: "FileEdit",
|
|
9
9
|
title: "Report Activity",
|