Skip to content

Commit dde19de

Browse files
chore: adjust snippet (#543)
1 parent 3f0476d commit dde19de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/components/lineage/sidebarTabsSwitchers/artifactTabSwitcher.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const ArtifactTabHeader = ({
116116
const configSchema = `
117117
from zenml.client import Client
118118
119-
artifact = Client().get_artifact('${node?.id}')
119+
artifact = Client().get_artifact_version('${node?.id}')
120120
loaded_artifact = artifact.load()
121121
122122
`;

0 commit comments

Comments
 (0)