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 ce14be4 commit fa2c7fbCopy full SHA for fa2c7fb
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.sdkDocsUrl ? flavor.sdkDocsUrl : flavor?.docsUrl}
+ src={flavor?.docsUrl}
53
></iframe>
54
</Box>
55
src/ui/layouts/stackComponents/ConfigureComponent/SidePopup/index.tsx
@@ -27,7 +27,7 @@ export const SidePopup: React.FC<{
27
28
29
30
+ src={flavor?.sdkDocsUrl ? flavor?.sdkDocsUrl : flavor?.docsUrl}
31
32
33
0 commit comments