fix(SW-672): Added nullable and default values to schema to avoid validation issues from ContentStack with changed models

This commit is contained in:
Erik Tiekstra
2024-10-22 09:42:08 +02:00
parent 8381862af8
commit bcee55c359
4 changed files with 34 additions and 28 deletions

View File

@@ -88,7 +88,7 @@ export default function TabNavigation({
scroll={true}
onClick={pauseScrollSpy}
>
{intl.formatMessage({ id: link.text })}
{link.text}
</Link>
)
})}

View File

@@ -11,7 +11,6 @@
"mapContainer";
margin: 0 auto;
max-width: var(--max-width);
z-index: 0;
}
.hotelImages {