Skip to content

Commit 3d14315

Browse files
fixed artifact Id
1 parent bb42c49 commit 3d14315

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
@@ -115,7 +115,7 @@ const ArtifactTabHeader = ({
115115
const configSchema = `
116116
from zenml.client import Client
117117
118-
artifact = Client().get_artifact('${node?.artifact_store_id}')
118+
artifact = Client().get_artifact('${node?.id}')
119119
loaded_artifact = artifact.load()
120120
121121
`;

0 commit comments

Comments
 (0)