Skip to content

Commit

Permalink
fix(admin-ui): Fix adding country to zone dialog
Browse files Browse the repository at this point in the history
Fixes #3212
  • Loading branch information
michaelbromley committed Dec 3, 2024
1 parent 941238e commit 22eaf6c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<ng-template vdrDialogTitle>{{ 'settings.add-countries-to-zone' | translate: { zoneName: zoneName } }}</ng-template>

<vdr-zone-member-list
locationId="zone-members-list"
[members]="availableCountries$ | async"
[selectedMemberIds]="selectedMemberIds"
(selectionChange)="selectedMemberIds = $event"
Expand Down

0 comments on commit 22eaf6c

Please sign in to comment.