Не отправляем значение для опций которые их не могут иметь
This commit is contained in:
parent
f966ee198c
commit
c52d0fc2b5
@ -36,7 +36,7 @@ export default function Options({optionList}: OptionsInterface) {
|
|||||||
...ol
|
...ol
|
||||||
}
|
}
|
||||||
if (selectedOption) {
|
if (selectedOption) {
|
||||||
temp[selectedOption.name] = '';
|
temp[selectedOption.name] = selectedOption.acceptValue ? '' : null;
|
||||||
}
|
}
|
||||||
setOptionList(temp)
|
setOptionList(temp)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user