Skip to content

Commit fedc597

Browse files
authored
Merge pull request #236 from zenml-io/UAT
Merge UAT to main
2 parents c18350f + 8f926f9 commit fedc597

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)