diff --git a/src/store/form.ts b/src/store/form.ts index b48c321eb..e4843a156 100644 --- a/src/store/form.ts +++ b/src/store/form.ts @@ -287,8 +287,7 @@ export const FormStore = ServiceStore.named('FormStore') createObject(self.data.__super, { diff: diff, __diff: diff, - pristine: self.pristine, - __pristine: self.pristine + pristine: self.pristine }), self.data )