mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-19 22:21:04 +08:00
Fix: metadata bug (#14105)
### What problem does this PR solve? Fix: metadata bug ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@@ -597,6 +597,7 @@ export const ManageMetadataModal = (props: IManageModalProps) => {
|
||||
addDeleteValue={addDeleteValue}
|
||||
isEditField={isEditField || isAddValueMode}
|
||||
isAddValue={isAddValue || isAddValueMode}
|
||||
isAddValueMode={isAddValueMode}
|
||||
isShowDescription={isShowDescription}
|
||||
isShowValueSwitch={isShowValueSwitch}
|
||||
isShowType={true}
|
||||
|
||||
Reference in New Issue
Block a user