fix(SW-1141): remove fallback

This commit is contained in:
Fredrik Thorsson
2024-12-17 09:25:59 +01:00
parent 831aea5857
commit 854563d099

View File

@@ -41,7 +41,7 @@ export const buttonSchema = z
href: link.url,
isExternal: false,
openInNewTab: data.open_in_new_tab,
title: data.cta_text ? data.cta_text : link.title,
title: data.cta_text ? data.cta_text : "",
}
} else {
return {