Fix: custom field removal doesnt always trigger change detection
This commit is contained in:
parent
d461dcbe29
commit
e2b5829cef
@ -417,7 +417,7 @@ export class DocumentDetailComponent
|
|||||||
owner: doc.owner,
|
owner: doc.owner,
|
||||||
set_permissions: doc.permissions,
|
set_permissions: doc.permissions,
|
||||||
},
|
},
|
||||||
custom_fields: doc.custom_fields,
|
custom_fields: [...doc.custom_fields],
|
||||||
})
|
})
|
||||||
|
|
||||||
this.isDirty$ = dirtyCheck(
|
this.isDirty$ = dirtyCheck(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user