mirror of
https://github.com/vale981/Vulcan
synced 2025-03-04 17:21:37 -05:00
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel
This commit is contained in:
commit
591cd71100
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ export const createMutator = async ({
|
|||
Note: keep newDocument for backwards compatibility
|
||||
|
||||
*/
|
||||
const properties = { data, currentUser, collection, context, document, newDocument: document, schema };
|
||||
const properties = { data, originalData: clone(data), currentUser, collection, context, document, newDocument: document, schema };
|
||||
|
||||
/*
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue