mirror of
https://github.com/lingble/twenty.git
synced 2025-10-29 20:02:29 +00:00
[fix][Phone field migration] Use "Phones" in new field label (#7239)
This commit is contained in:
@@ -163,6 +163,7 @@ export class MigratePhoneFieldsToPhonesCommand extends ActiveWorkspacesCommandRu
|
||||
standardPersonPhonesFieldType =
|
||||
await this.fieldMetadataService.createOne({
|
||||
...deprecatedPhoneFieldWithoutId,
|
||||
label: 'Phones',
|
||||
type: FieldMetadataType.PHONES,
|
||||
defaultValue: null,
|
||||
name: 'phones',
|
||||
|
||||
Reference in New Issue
Block a user