We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3463ee8 commit f8afc0bCopy full SHA for f8afc0b
react/src/lib/components/SubsurfaceViewer/layers/wells/wellsLayer.stories.tsx
@@ -571,7 +571,7 @@ const wellLayerTemplate = (args: any) => {
571
getInterpolateMethod={getInterpolateMethod}
572
/>
573
</div>
574
- <DeckGLMap {...args} layers={layers} />
+ <SubsurfaceViewer {...args} layers={layers} />
575
576
);
577
};
@@ -604,4 +604,4 @@ LegendWithColorSelector.parameters = {
604
inlineStories: false,
605
iframeHeight: 500,
606
},
607
-};
+};
0 commit comments