diff --git a/studio/frontend/src/features/studio/sections/params-section.tsx b/studio/frontend/src/features/studio/sections/params-section.tsx index edc21e0e0e..de82fb0fb5 100644 --- a/studio/frontend/src/features/studio/sections/params-section.tsx +++ b/studio/frontend/src/features/studio/sections/params-section.tsx @@ -534,7 +534,7 @@ export function ParamsSection(): ReactElement { value={store.optimizerType} onValueChange={(v) => store.setOptimizerType(v)} > - + @@ -542,7 +542,6 @@ export function ParamsSection(): ReactElement { {opt.label} @@ -571,7 +570,7 @@ export function ParamsSection(): ReactElement { value={store.lrSchedulerType} onValueChange={(v) => store.setLrSchedulerType(v)} > - + @@ -579,7 +578,6 @@ export function ParamsSection(): ReactElement { {opt.label}