Skip to content

Commit 8f926f9

Browse files
authored
Merge pull request #235 from zenml-io/dev
Dev
2 parents 28d3db5 + 1068eb1 commit 8f926f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/layouts/common/SidePopup/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const SidePopup: React.FC<{
4949
paddingBottom: '200px',
5050
}}
5151
// src="https://apidocs.zenml.io/0.35.0/"
52-
src={flavor?.docsUrl}
52+
src={flavor?.sdkDocsUrl ? flavor?.sdkDocsUrl : flavor?.docsUrl}
5353
></iframe>
5454
</Box>
5555

0 commit comments

Comments
 (0)