Fix secondary links default value and types (#8532)

Fixes broken companies view
This commit is contained in:
ad-elias
2024-11-17 15:18:02 +01:00
committed by GitHub
parent 8c33e4cdae
commit ac1197afe1
7 changed files with 25 additions and 16 deletions

View File

@ -38,7 +38,7 @@ export function generateDefaultValue(
return {
primaryLinkLabel: "''",
primaryLinkUrl: "''",
secondaryLinks: [],
secondaryLinks: "'[]'",
};
case FieldMetadataType.PHONES:
return {