We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4f956 commit b991740Copy full SHA for b991740
apps/admin-gui/src/app/shared/components/dialogs/block-logins-dialog/block-logins-dialog.component.html
@@ -23,6 +23,7 @@ <h1 mat-dialog-title>{{'DIALOGS.BLOCK_LOGINS.TITLE' | translate}}</h1>
23
<perun-web-apps-namespace-search-select
24
*ngIf="data.namespaceOptions.length > 0 && !isGlobal"
25
[namespaceOptions]="data.namespaceOptions"
26
+ [namespace]="selectedNamespace"
27
[disableAutoSelect]="true"
28
[customFindPlaceholder]="'DIALOGS.BLOCK_LOGINS.FIND_PLACEHOLDER'"
29
(namespaceSelected)="selectedNamespace = $event">
0 commit comments