🔧 chore(EditNodeModal): refactor handleOnNewValue function to improve code readability and maintainability
This commit is contained in:
parent
d008e53bef
commit
8668e82fff
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ const EditNodeModal = forwardRef(
|
|||
editNode={true}
|
||||
value={data.node.template[n].value ?? ""}
|
||||
onChange={(t) => {
|
||||
data.node.template[n].value = t;
|
||||
handleOnNewValue(t, n);
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue