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 6246ae4 commit 9114764Copy full SHA for 9114764
src/components/Graphs/Graph.tsx
@@ -45,7 +45,7 @@ const Graph: React.FC = () => {
45
<YamlSidePanel apiConfig={apiConfig} resource={item as unknown as Resource} filename={yamlFilename} />,
46
);
47
},
48
- [openInAside],
+ [openInAside, apiConfig],
49
50
51
const { nodes, edges, colorMap, loading, error } = useGraph(colorBy, handleYamlClick);
0 commit comments