Fix tests, rename prop

This commit is contained in:
shamoon
2026-02-11 21:24:10 -08:00
parent 6758bba0c7
commit f2736b0524
3 changed files with 60 additions and 35 deletions

View File

@@ -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
)