fix: disable select all option in MemoriesFormField component (#17363)

This commit is contained in:
chanx
2026-07-27 09:53:37 +08:00
committed by GitHub
parent c62853bfda
commit 069a2aa76d

View File

@@ -90,6 +90,7 @@ export function MemoriesFormField({
maxCount={100}
onValueChange={field.onChange}
defaultValue={field.value}
showSelectAll={false}
modalPopover
/>
)}