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.
@@ -62146,7 +62146,7 @@ const View = ({
62146
62146
  id: id
62147
62147
  });
62148
62148
  antd.message.success(t("Subject deleted successfully"));
62149
- // push(getRedirectLink(`/app/management/subject/${subjects[namespace]}`));
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.829",
3
+ "version": "0.6.830",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -146,7 +146,7 @@ const View = ({
146
146
  id: id,
147
147
  });
148
148
  message.success(t("Subject deleted successfully"));
149
- // push(getRedirectLink(`/app/management/subject/${subjects[namespace]}`));
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"));