mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-14 18:31:59 +00:00
fix(ui/structured-properties): fix error on create structured property (#14686)
This commit is contained in:
parent
4296069475
commit
f458021060
@ -25,6 +25,7 @@ const addToCache = (existingProperties, newProperty) => {
|
|||||||
showInAssetSummary: newProperty.settings.showInAssetSummary,
|
showInAssetSummary: newProperty.settings.showInAssetSummary,
|
||||||
showInColumnsTable: newProperty.settings.showInColumnsTable,
|
showInColumnsTable: newProperty.settings.showInColumnsTable,
|
||||||
},
|
},
|
||||||
|
exists: newProperty.exists,
|
||||||
__typename: 'StructuredPropertyEntity',
|
__typename: 'StructuredPropertyEntity',
|
||||||
},
|
},
|
||||||
matchedFields: [],
|
matchedFields: [],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user