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:
chanx
2026-04-14 18:45:09 +08:00
committed by GitHub
parent 1c0c1f27ef
commit 912fedc9b9

View File

@@ -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}