Skip to content

Commit

Permalink
fix dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Wilson committed Nov 17, 2024
1 parent 30481cb commit 708d9cc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
];
Expand Down

0 comments on commit 708d9cc

Please sign in to comment.