mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-02-11 23:59:31 -06:00
Fix tests, rename prop
This commit is contained in:
@@ -158,7 +158,7 @@ export class DocumentAttributesComponent
|
||||
)
|
||||
}
|
||||
|
||||
get activeAttributeList(): ManagementListComponent<any> | null {
|
||||
get activeManagementList(): ManagementListComponent<any> | null {
|
||||
if (
|
||||
this.activeSection?.kind !== DocumentAttributesSectionKind.ManagementList
|
||||
)
|
||||
@@ -184,7 +184,7 @@ export class DocumentAttributesComponent
|
||||
|
||||
get activeHeaderLoading(): boolean {
|
||||
return (
|
||||
this.activeAttributeList?.loading ??
|
||||
this.activeManagementList?.loading ??
|
||||
this.activeCustomFields?.loading ??
|
||||
false
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user