fix(builder): Set default `value` in `NodeStringInput` to silence uncontrolled input warning (#7909)
add default value to fix bugpull/7912/head
parent
9551f54c35
commit
e725305e15
|
@ -522,7 +522,7 @@ const NodeStringInput: FC<{
|
|||
}> = ({
|
||||
selfKey,
|
||||
schema,
|
||||
value,
|
||||
value = "",
|
||||
error,
|
||||
handleInputChange,
|
||||
handleInputClick,
|
||||
|
|
Loading…
Reference in New Issue