datastake-daf 0.6.829 → 0.6.830
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/components/index.js +1061 -1160
- package/dist/pages/index.js +1 -1
- package/package.json +1 -1
- package/src/@daf/pages/View/index.jsx +1 -1
package/dist/pages/index.js
CHANGED
|
@@ -62146,7 +62146,7 @@ const View = ({
|
|
|
62146
62146
|
id: id
|
|
62147
62147
|
});
|
|
62148
62148
|
antd.message.success(t("Subject deleted successfully"));
|
|
62149
|
-
|
|
62149
|
+
push(getRedirectLink(`/app/management/subjects/${subjects[namespace]}`));
|
|
62150
62150
|
} catch (error) {
|
|
62151
62151
|
handleError(error);
|
|
62152
62152
|
antd.message.error(t("Failed to delete subject"));
|
package/package.json
CHANGED
|
@@ -146,7 +146,7 @@ const View = ({
|
|
|
146
146
|
id: id,
|
|
147
147
|
});
|
|
148
148
|
message.success(t("Subject deleted successfully"));
|
|
149
|
-
|
|
149
|
+
push(getRedirectLink(`/app/management/subjects/${subjects[namespace]}`));
|
|
150
150
|
} catch (error) {
|
|
151
151
|
handleError(error);
|
|
152
152
|
message.error(t("Failed to delete subject"));
|