mirror of
https://github.com/google/nomulus
synced 2026-08-27 19:37:07 +00:00
Use registrar ID, not name, in selector (#2138)
This commit is contained in:
@@ -8,9 +8,9 @@
|
|||||||
>
|
>
|
||||||
<mat-option
|
<mat-option
|
||||||
*ngFor="let registrar of registrarService.registrars"
|
*ngFor="let registrar of registrarService.registrars"
|
||||||
[value]="registrar.registrarName"
|
[value]="registrar.registrarId"
|
||||||
>
|
>
|
||||||
{{ registrar.registrarName }}
|
{{ registrar.registrarId }}
|
||||||
</mat-option>
|
</mat-option>
|
||||||
</mat-select>
|
</mat-select>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
|||||||
Reference in New Issue
Block a user