mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-21 07:01:04 +08:00
### What problem does this PR solve? Fix: The pop-up menu of the PromptEditor will be blocked. #14126 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) Co-authored-by: balibabu <assassin_cike@163.com>
This commit is contained in:
@@ -149,7 +149,7 @@ export function LlmSettingFieldItems({
|
||||
<FormLabel className="flex-1">{t('freedom')}</FormLabel>
|
||||
<FormControl>
|
||||
<Select
|
||||
{...field}
|
||||
value={field.value}
|
||||
onValueChange={(val) => {
|
||||
handleChange(val);
|
||||
field.onChange(val);
|
||||
|
||||
Reference in New Issue
Block a user