disable invoke button properly for upscaling tab

This commit is contained in:
Mary Hipp
2024-07-17 12:25:09 -04:00
committed by psychedelicious
parent ce5b1103ed
commit 3a2707ac02
2 changed files with 10 additions and 2 deletions

View File

@@ -38,7 +38,6 @@ const ParamSpandrelModel = () => {
options={options}
onChange={onChange}
noOptionsMessage={noOptionsMessage}
isClearable
/>
</FormControl>
);