mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-29 12:09:31 +08:00
fix: disable select all option in MemoriesFormField component (#17363)
This commit is contained in:
@@ -90,6 +90,7 @@ export function MemoriesFormField({
|
||||
maxCount={100}
|
||||
onValueChange={field.onChange}
|
||||
defaultValue={field.value}
|
||||
showSelectAll={false}
|
||||
modalPopover
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user