diff --git a/src/frontend/src/modals/formModal/index.tsx b/src/frontend/src/modals/formModal/index.tsx index ba6b19d2e..accf1f6d6 100644 --- a/src/frontend/src/modals/formModal/index.tsx +++ b/src/frontend/src/modals/formModal/index.tsx @@ -561,7 +561,7 @@ export default function FormModal({ let newTabsState = _.cloneDeep(old); newTabsState[id.current].formKeysData.input_keys[ chatKey - ] = chatValue; + ] = value; return newTabsState; }); }}