fix(SW-1141): remove fallback
This commit is contained in:
@@ -41,7 +41,7 @@ export const buttonSchema = z
|
|||||||
href: link.url,
|
href: link.url,
|
||||||
isExternal: false,
|
isExternal: false,
|
||||||
openInNewTab: data.open_in_new_tab,
|
openInNewTab: data.open_in_new_tab,
|
||||||
title: data.cta_text ? data.cta_text : link.title,
|
title: data.cta_text ? data.cta_text : "",
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user