mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 03:30:46 +02:00
Use registrar ID, not name, in selector (#2138)
This commit is contained in:
parent
6047c16f3e
commit
ca25e4dfbd
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue