We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf59cb commit 5227607Copy full SHA for 5227607
1 file changed
src/components/shared/ReactFlow/FlowCanvas/TaskNode/TaskOverview/IOSection/IOCell/IOCell.tsx
@@ -26,6 +26,8 @@ interface IOCellProps {
26
artifact: ArtifactNodeResponse | null | undefined;
27
}
28
29
+// PLACEHOLDER COMMENT
30
+
31
const IOCell = ({ name, type, artifact }: IOCellProps) => {
32
const artifactData = artifact?.artifact_data;
33
const inlineValue = artifactData?.value;
0 commit comments