mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 19:20:44 +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
|
||||
*ngFor="let registrar of registrarService.registrars"
|
||||
[value]="registrar.registrarName"
|
||||
[value]="registrar.registrarId"
|
||||
>
|
||||
{{ registrar.registrarName }}
|
||||
{{ registrar.registrarId }}
|
||||
</mat-option>
|
||||
</mat-select>
|
||||
</mat-form-field>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue