We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5acdc6b commit 759dfdbCopy full SHA for 759dfdb
src/components/d-flow-file/DFlowTabDefault.tsx
@@ -129,7 +129,7 @@ export const DFlowTabDefault: React.FC<DFlowTabDefaultProps> = (props) => {
129
if (parsed?.__typename === "ReferenceValue") {
130
const refObject = parsed as ReferenceValue
131
return buildBlockSegment(
132
- <Badge color={"warning"}>{refObject.depth}-{refObject.scope}-{refObject.node}-{JSON.stringify(refObject.dataTypeIdentifier)}</Badge>
+ <Badge color={"warning"}>{refObject.depth}-{refObject.scope}-{refObject.node}</Badge>
133
)
134
}
135
} catch (e) {
0 commit comments