Skip to content

Commit

Permalink
fix loading/refetch state
Browse files Browse the repository at this point in the history
  • Loading branch information
alicenstar committed Oct 18, 2023
1 parent 300856e commit 0e6db85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/components/apps/HelmVMClusterManagement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const HelmVMClusterManagement = ({
}[];
};

const { data: nodesData, isLoading: nodesLoading } = useQuery<
const { data: nodesData, isInitialLoading: nodesLoading } = useQuery<
NodesResponse,
Error,
NodesResponse,
Expand Down
1 change: 0 additions & 1 deletion web/src/components/apps/HelmVMNodeRow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export default function HelmVMNodeRow({
}
}
};
console.log("slug", slug);

return (
<div className="flex flex-auto HelmVMNodeRow--wrapper">
Expand Down

0 comments on commit 0e6db85

Please sign in to comment.