Merged in feat/SW-1445-destination-page-overview-dynamic-map (pull request #1201)

feat/SW-1445 destination page overview dynamic map

* feat(SW-1445): add dynamic map to destination overview page

* feat(SW-1445): fix typo

* feat(SW-1445): refactor form


Approved-by: Erik Tiekstra
Approved-by: Matilda Landström
This commit is contained in:
Fredrik Thorsson
2025-01-24 09:06:35 +00:00
parent cea4e3f3fe
commit 879a2e9cfd
15 changed files with 150 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export type OverviewMapProps = {
mapId: string
}

View File

@@ -0,0 +1,4 @@
export type OverviewMapContainerProps = {
apiKey: string
mapId: string
}