Skip to content

Commit b991740

Browse files
sarkapalkovicovamattjoke
authored andcommitted
fix(admin): fixed block logins dialog
The chosen namespace does not disappear while changing block options.
1 parent dd4f956 commit b991740

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/admin-gui/src/app/shared/components/dialogs/block-logins-dialog/block-logins-dialog.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ <h1 mat-dialog-title>{{'DIALOGS.BLOCK_LOGINS.TITLE' | translate}}</h1>
2323
<perun-web-apps-namespace-search-select
2424
*ngIf="data.namespaceOptions.length > 0 && !isGlobal"
2525
[namespaceOptions]="data.namespaceOptions"
26+
[namespace]="selectedNamespace"
2627
[disableAutoSelect]="true"
2728
[customFindPlaceholder]="'DIALOGS.BLOCK_LOGINS.FIND_PLACEHOLDER'"
2829
(namespaceSelected)="selectedNamespace = $event">

0 commit comments

Comments
 (0)