diff --git a/client/src/app/forms/types/evidence-select/evidence-select.type.ts b/client/src/app/forms/types/evidence-select/evidence-select.type.ts index 7999d8805..658f81f67 100644 --- a/client/src/app/forms/types/evidence-select/evidence-select.type.ts +++ b/client/src/app/forms/types/evidence-select/evidence-select.type.ts @@ -261,7 +261,7 @@ export class CvcEvidenceSelectField ) }) - // combine all synchronized requireds updates, emit table filter changes array + // combine all synchronized required updates, emit table filter changes array this.onFieldsChange$ = combineLatest(this.synchronizedFields$).pipe( map((fields) => { const newFilters: CvcFilterChange[] = [] @@ -279,7 +279,7 @@ export class CvcEvidenceSelectField // tag('onFieldsChange$') ) - // combine all synchronized requireds updates, emit table prefs array + // combine all synchronized required updates, emit table prefs array this.onRequiredChange$ = combineLatest(this.synchronizedRequired$).pipe( map((fields) => { const newPrefs: Partial[] = []