mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 18:17:02 +01:00
Fix: custom field removal doesnt always trigger change detection (#6653)
This commit is contained in:
parent
d461dcbe29
commit
9b3a29cddd
1 changed files with 1 additions and 1 deletions
|
|
@ -417,7 +417,7 @@ export class DocumentDetailComponent
|
|||
owner: doc.owner,
|
||||
set_permissions: doc.permissions,
|
||||
},
|
||||
custom_fields: doc.custom_fields,
|
||||
custom_fields: [...doc.custom_fields],
|
||||
})
|
||||
|
||||
this.isDirty$ = dirtyCheck(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue