Skip to content

Commit

Permalink
fix:catch error if global permissions are missing
Browse files Browse the repository at this point in the history
  • Loading branch information
torsten-simon committed Oct 22, 2024
1 parent d1d8751 commit c531d4c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ export class AuthoritySearchInputComponent {
label: 'WORKSPACE.INVITE_GLOBAL_RESULTS',
values: this.convertData(authorities),
})),
catchError(() => of({ values: [] } as SuggestionGroup)),
),
);
}
Expand Down

0 comments on commit c531d4c

Please sign in to comment.