diff --git a/code/frontend/src/app/features/settings/seeker/seeker.component.ts b/code/frontend/src/app/features/settings/seeker/seeker.component.ts index 657edbc8..1c855327 100644 --- a/code/frontend/src/app/features/settings/seeker/seeker.component.ts +++ b/code/frontend/src/app/features/settings/seeker/seeker.component.ts @@ -242,7 +242,7 @@ export class SeekerComponent implements OnInit, HasPendingChanges { useCutoff: this.useCutoff(), useCustomFormatScore: this.useCustomFormatScore(), useRoundRobin: this.useRoundRobin(), - instances: this.instances(), + instances: [...this.instances()].sort((a, b) => a.arrInstanceId.localeCompare(b.arrInstanceId)), }); }