Skip to content

Commit 103ea7b

Browse files
Merge pull request #480 from zenml-io/talha/das-447
fixed artifact Id
2 parents bb42c49 + 3d14315 commit 103ea7b

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)