Skip to content

Commit 9114764

Browse files
committed
Update Graph.tsx
1 parent 6246ae4 commit 9114764

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
@@ -45,7 +45,7 @@ const Graph: React.FC = () => {
4545
<YamlSidePanel apiConfig={apiConfig} resource={item as unknown as Resource} filename={yamlFilename} />,
4646
);
4747
},
48-
[openInAside],
48+
[openInAside, apiConfig],
4949
);
5050

5151
const { nodes, edges, colorMap, loading, error } = useGraph(colorBy, handleYamlClick);

0 commit comments

Comments
 (0)