Skip to content

Commit e69ba68

Browse files
lucasgoralCopilot
andauthored
Update src/components/Graphs/Graph.tsx
Co-authored-by: Copilot <[email protected]>
1 parent ba3644c commit e69ba68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Graphs/Graph.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const Graph: React.FC = () => {
4444
const { nodes, edges, colorMap, loading, error } = useGraph(colorBy, handleYamlClick);
4545

4646
const yamlString = useMemo(
47-
() => (yamlResource ? stringify(removeManagedFieldsAndFilterData(yamlResource)) : ''),
47+
() => (yamlResource ? stringify(removeManagedFieldsAndFilterData(yamlResource, false)) : ''),
4848
[yamlResource],
4949
);
5050

0 commit comments

Comments
 (0)