@refinedev/core 4.5.0 → 4.5.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@refinedev/core",
3
- "version": "4.5.0",
3
+ "version": "4.5.2",
4
4
  "description": "refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
@@ -442,8 +442,6 @@ export const useForm = <
442
442
  };
443
443
 
444
444
  const onSuccess = () => {
445
- // If it is in modal mode set it to undefined. Otherwise set it to current id from route.
446
- setId(defaultId);
447
445
  handleSubmitWithRedirect({
448
446
  redirect: designatedRedirectAction,
449
447
  resource,