diff --git a/datahub-web-react/src/app/govern/structuredProperties/cacheUtils.ts b/datahub-web-react/src/app/govern/structuredProperties/cacheUtils.ts index c8052784c6..cd2d99f9d0 100644 --- a/datahub-web-react/src/app/govern/structuredProperties/cacheUtils.ts +++ b/datahub-web-react/src/app/govern/structuredProperties/cacheUtils.ts @@ -25,6 +25,7 @@ const addToCache = (existingProperties, newProperty) => { showInAssetSummary: newProperty.settings.showInAssetSummary, showInColumnsTable: newProperty.settings.showInColumnsTable, }, + exists: newProperty.exists, __typename: 'StructuredPropertyEntity', }, matchedFields: [],