mirror of
https://github.com/google/nomulus
synced 2026-01-03 19:54:18 +00:00
@@ -25,7 +25,10 @@ export class RegistrarSelectorComponent {
|
|||||||
registrarInput = signal<string>(this.registrarService.registrarId());
|
registrarInput = signal<string>(this.registrarService.registrarId());
|
||||||
filteredOptions?: string[];
|
filteredOptions?: string[];
|
||||||
allRegistrarIds = computed(() =>
|
allRegistrarIds = computed(() =>
|
||||||
this.registrarService.registrars().map((r) => r.registrarId)
|
this.registrarService
|
||||||
|
.registrars()
|
||||||
|
.map((r) => r.registrarId)
|
||||||
|
.sort()
|
||||||
);
|
);
|
||||||
|
|
||||||
constructor(protected registrarService: RegistrarService) {
|
constructor(protected registrarService: RegistrarService) {
|
||||||
|
|||||||
Reference in New Issue
Block a user