mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 00:18:03 +08:00
update
This commit is contained in:
@ -310,7 +310,7 @@ const PageSelector = ({
|
||||
copyValue.add(pageId)
|
||||
}
|
||||
|
||||
onSelect(new Set(copyValue))
|
||||
onSelect(copyValue)
|
||||
}, [listMapWithChildrenAndDescendants, onSelect, searchValue, value])
|
||||
|
||||
const handlePreview = useCallback((pageId: string) => {
|
||||
|
||||
@ -171,7 +171,7 @@ const PageSelector = ({
|
||||
}
|
||||
}
|
||||
|
||||
onSelect(new Set(copyValue))
|
||||
onSelect(copyValue)
|
||||
}, [checkedIds, isMultipleChoice, listMapWithChildrenAndDescendants, onSelect, searchValue])
|
||||
|
||||
// Stable callback
|
||||
|
||||
Reference in New Issue
Block a user