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