Skip to content

Commit ee952a9

Browse files
committed
Revert now useless change
1 parent 97481d6 commit ee952a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ra-core/src/controller/edit/useEditController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export const useEditController = <
151151
: '',
152152
});
153153

154-
const recordCached = { id, previousData: record, meta: mutationMeta };
154+
const recordCached = { id, previousData: record };
155155

156156
const [update, { isPending: saving }] = useUpdate<RecordType, ErrorType>(
157157
resource,

0 commit comments

Comments
 (0)