Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: nameczz <zizhao.chen@zilliz.com>
  • Loading branch information
nameczz committed Feb 21, 2022
1 parent 54ee096 commit d912f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/plugins/system/SystemView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const SystemView: any = () => {
}>({ nodes: [], childNodes: [], system: {} });
const [selectedNode, setNode] = useState<any>();
const [selectedCord, setCord] = useState<any>();
const { nodes, childNodes, system } = data;
const { nodes, childNodes } = data;

useInterval(async () => {
if (!selectedCord) {
Expand Down

0 comments on commit d912f2f

Please sign in to comment.