ObjectMetadataServiceV2.updateOne (#13891)
# Introduction Last service to get migrated, `updateOne` object metadata service v2
This commit is contained in:
+3
-2
@@ -95,8 +95,9 @@ export const SettingsUpdateDataModelObjectAboutForm = ({
|
||||
|
||||
if (!objectMetadataItem.isCustom) {
|
||||
const {
|
||||
nameSingular: _,
|
||||
namePlural: __,
|
||||
nameSingular: _nameSingular,
|
||||
namePlural: _namePlural,
|
||||
isLabelSyncedWithName: _isLabelSyncedWithName,
|
||||
...payloadWithoutNames
|
||||
} = updatePayload;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user