feat(SW-2265): Added campaign-page
Approved-by: Matilda Landström
This commit is contained in:
@@ -416,3 +416,8 @@ export const getSelectedRoomsAvailabilityEnterDetails = cache(
|
||||
return result
|
||||
}
|
||||
)
|
||||
|
||||
export const getCampaignPage = cache(async function getMemoizedCampaignPage() {
|
||||
const caller = await serverClient()
|
||||
return caller.contentstack.campaignPage.get()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user