remove 'null' test value
This commit is contained in:
parent
2c594894e0
commit
533e4cc47f
1 changed files with 2 additions and 2 deletions
|
|
@ -173,8 +173,8 @@ const EditNodeModal = forwardRef(
|
|||
.proxy
|
||||
? myData.current.node?.template[
|
||||
templateParam
|
||||
].proxy?.field
|
||||
: "null"
|
||||
].proxy?.id
|
||||
: null
|
||||
}
|
||||
>
|
||||
<span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue