Skip to content

Commit 6030207

Browse files
tnagorrafrozenhelium
authored andcommitted
Pass preview popup information on footprint
1 parent 04691bf commit 6030207

File tree

1 file changed

+1
-0
lines changed
  • manager-dashboard/app/views/NewTutorial/ScenarioPageInput

1 file changed

+1
-0
lines changed

manager-dashboard/app/views/NewTutorial/ScenarioPageInput/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ export default function ScenarioPageInput(props: Props) {
272272
{projectType === PROJECT_TYPE_FOOTPRINT && (
273273
<FootprintGeoJsonPreview
274274
geoJson={geoJson as FootprintGeoJSON | undefined}
275+
previewPopUp={previewPopUpData}
275276
url={url}
276277
customOptions={customOptions}
277278
/>

0 commit comments

Comments
 (0)