From 3da3260eb57e1b1f8dd6e0beff4e6a77bec674f6 Mon Sep 17 00:00:00 2001 From: balibabu Date: Mon, 5 Aug 2024 12:03:47 +0800 Subject: [PATCH] fix: Fixed the issue that the related form value does not change after selecting the freedom field of the model #1804 (#1805) ### What problem does this PR solve? fix: Fixed the issue that the related form value does not change after selecting the freedom field of the model #1804 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- web/src/components/llm-select/index.tsx | 8 +++++++- web/src/components/llm-setting-items/index.tsx | 16 +++++++++++++--- .../components/knowledge-file/model.ts | 2 +- web/src/pages/flow/hooks.ts | 16 +++++++++++++++- 4 files changed, 36 insertions(+), 6 deletions(-) diff --git a/web/src/components/llm-select/index.tsx b/web/src/components/llm-select/index.tsx index 61d37b599..e3b348be9 100644 --- a/web/src/components/llm-select/index.tsx +++ b/web/src/components/llm-select/index.tsx @@ -17,7 +17,13 @@ const LLMSelect = ({ id, value, onChange }: IProps) => { ); return ( - + +