직접입력 평가로직 오류
This commit is contained in:
@@ -94,7 +94,6 @@ export default function ComboFieldSelect({
|
||||
if (raw === COMBO_FIELD_CUSTOM) {
|
||||
if (canCustom) {
|
||||
setMode('custom');
|
||||
onCustomNumberChange(customNumber);
|
||||
setDraft(String(customNumber));
|
||||
}
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user