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:
@@ -0,0 +1,3 @@
|
||||
export type OverviewMapProps = {
|
||||
mapId: string
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
export type OverviewMapContainerProps = {
|
||||
apiKey: string
|
||||
mapId: string
|
||||
}
|
||||
Reference in New Issue
Block a user