Fix secondary links default value and types (#8532)
Fixes broken companies view
This commit is contained in:
@ -93,7 +93,7 @@ const fieldLinksMock = {
|
||||
type: FieldMetadataType.LINKS,
|
||||
isNullable: false,
|
||||
defaultValue: [
|
||||
{ primaryLinkLabel: '', primaryLinkUrl: '', secondaryLinks: {} },
|
||||
{ primaryLinkLabel: '', primaryLinkUrl: '', secondaryLinks: [] },
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user