From 708d9cc29cb71cbae9b5823422d4038acce60e93 Mon Sep 17 00:00:00 2001 From: Benjamin Wilson Date: Sun, 17 Nov 2024 11:12:40 -0500 Subject: [PATCH] fix dropdown --- .../axe-os/src/app/components/edit/edit.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/http_server/axe-os/src/app/components/edit/edit.component.ts b/main/http_server/axe-os/src/app/components/edit/edit.component.ts index 1dcc8a8a..6b4fe4ba 100644 --- a/main/http_server/axe-os/src/app/components/edit/edit.component.ts +++ b/main/http_server/axe-os/src/app/components/edit/edit.component.ts @@ -73,9 +73,9 @@ export class EditComponent implements OnInit { { name: '400', value: 400 }, { name: '490', value: 490 }, { name: '525 (default)', value: 525 }, - { name: '575', value: 575 }, { name: '550', value: 550 }, - { name: '596', value: 596 }, + { name: '575', value: 575 }, + //{ name: '596', value: 596 }, { name: '600', value: 600 }, { name: '625', value: 625 }, ];