🐛 fix(formModal): change variable name from chatValue to value for clarity and consistency
This commit is contained in:
parent
9180d607d0
commit
5611eafa63
1 changed files with 1 additions and 1 deletions
|
|
@ -561,7 +561,7 @@ export default function FormModal({
|
|||
let newTabsState = _.cloneDeep(old);
|
||||
newTabsState[id.current].formKeysData.input_keys[
|
||||
chatKey
|
||||
] = chatValue;
|
||||
] = value;
|
||||
return newTabsState;
|
||||
});
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue