diff --git a/Frontend/src/app/shared/components/authority-search-input/authority-search-input.component.ts b/Frontend/src/app/shared/components/authority-search-input/authority-search-input.component.ts index a53d9f8937..fec95d08cb 100644 --- a/Frontend/src/app/shared/components/authority-search-input/authority-search-input.component.ts +++ b/Frontend/src/app/shared/components/authority-search-input/authority-search-input.component.ts @@ -189,6 +189,7 @@ export class AuthoritySearchInputComponent { label: 'WORKSPACE.INVITE_GLOBAL_RESULTS', values: this.convertData(authorities), })), + catchError(() => of({ values: [] } as SuggestionGroup)), ), ); }