fix(SW-672): Added nullable and default values to schema to avoid validation issues from ContentStack with changed models
This commit is contained in:
@@ -88,7 +88,7 @@ export default function TabNavigation({
|
||||
scroll={true}
|
||||
onClick={pauseScrollSpy}
|
||||
>
|
||||
{intl.formatMessage({ id: link.text })}
|
||||
{link.text}
|
||||
</Link>
|
||||
)
|
||||
})}
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
"mapContainer";
|
||||
margin: 0 auto;
|
||||
max-width: var(--max-width);
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.hotelImages {
|
||||
|
||||
Reference in New Issue
Block a user