Skip to content

Commit f8afc0b

Browse files
author
shengwei zhang
committed
fix
1 parent 3463ee8 commit f8afc0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

react/src/lib/components/SubsurfaceViewer/layers/wells/wellsLayer.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ const wellLayerTemplate = (args: any) => {
571571
getInterpolateMethod={getInterpolateMethod}
572572
/>
573573
</div>
574-
<DeckGLMap {...args} layers={layers} />
574+
<SubsurfaceViewer {...args} layers={layers} />
575575
</div>
576576
);
577577
};
@@ -604,4 +604,4 @@ LegendWithColorSelector.parameters = {
604604
inlineStories: false,
605605
iframeHeight: 500,
606606
},
607-
};
607+
};

0 commit comments

Comments
 (0)