Fix secondary links default value and types (#8532)
Fixes broken companies view
This commit is contained in:
@ -38,7 +38,7 @@ export function generateDefaultValue(
|
||||
return {
|
||||
primaryLinkLabel: "''",
|
||||
primaryLinkUrl: "''",
|
||||
secondaryLinks: [],
|
||||
secondaryLinks: "'[]'",
|
||||
};
|
||||
case FieldMetadataType.PHONES:
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user