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.
2 parents 28d3db5 + 1068eb1 commit 8f926f9Copy full SHA for 8f926f9
src/ui/layouts/common/SidePopup/index.tsx
@@ -49,7 +49,7 @@ export const SidePopup: React.FC<{
49
paddingBottom: '200px',
50
}}
51
// src="https://apidocs.zenml.io/0.35.0/"
52
- src={flavor?.docsUrl}
+ src={flavor?.sdkDocsUrl ? flavor?.sdkDocsUrl : flavor?.docsUrl}
53
></iframe>
54
</Box>
55
0 commit comments