mirror of
https://github.com/upscayl/upscayl.git
synced 2026-04-03 03:00:13 -04:00
@@ -189,7 +189,10 @@ function LeftPaneImageSteps({
|
||||
IndicatorSeparator: () => null,
|
||||
DropdownIndicator: () => null,
|
||||
}}
|
||||
onChange={handleModelChange}
|
||||
onChange={(e) => {
|
||||
handleModelChange(e);
|
||||
setCurrentModel({ label: e.label, value: e.value });
|
||||
}}
|
||||
className="react-select-container"
|
||||
classNamePrefix="react-select"
|
||||
value={currentModel}
|
||||
|
||||
Reference in New Issue
Block a user