mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-22 03:17:40 +03:00
fix label update
This commit is contained in:
parent
e5ef6d7a51
commit
5107890cce
@ -172,15 +172,6 @@ export class MigratePhoneFieldsToPhonesCommand extends ActiveWorkspacesCommandRu
|
||||
workspaceId: workspaceId,
|
||||
fieldId: standardPersonPhonesField.id,
|
||||
});
|
||||
|
||||
await this.fieldMetadataService.updateOne(
|
||||
standardPersonPhonesField.id,
|
||||
{
|
||||
id: standardPersonPhonesField.id,
|
||||
workspaceId: standardPersonPhonesField.workspaceId,
|
||||
label: 'Phone (deprecated)',
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
// Copy phone data from Text type to Phones type
|
||||
|
Loading…
Reference in New Issue
Block a user