fix(ui/structured-properties): fix error on create structured property (#14686)

This commit is contained in:
purnimagarg1 2025-09-05 20:01:46 +05:30 committed by GitHub
parent 4296069475
commit f458021060
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,7 @@ const addToCache = (existingProperties, newProperty) => {
showInAssetSummary: newProperty.settings.showInAssetSummary,
showInColumnsTable: newProperty.settings.showInColumnsTable,
},
exists: newProperty.exists,
__typename: 'StructuredPropertyEntity',
},
matchedFields: [],