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

@ -93,7 +93,7 @@ const fieldLinksMock = {
type: FieldMetadataType.LINKS,
isNullable: false,
defaultValue: [
{ primaryLinkLabel: '', primaryLinkUrl: '', secondaryLinks: {} },
{ primaryLinkLabel: '', primaryLinkUrl: '', secondaryLinks: [] },
],
};