mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 03:39:03 +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,
|
||||
showInColumnsTable: newProperty.settings.showInColumnsTable,
|
||||
},
|
||||
exists: newProperty.exists,
|
||||
__typename: 'StructuredPropertyEntity',
|
||||
},
|
||||
matchedFields: [],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user