Skip to content

Commit

Permalink
feat: cluster info sync to community (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
xigongdaEricyang authored Sep 15, 2022
1 parent d21ad6d commit af3df2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ServiceManage/LongTermTask/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const LongTermTask: React.FC<IProps> = props => {
];

useEffect(() => {
if (cluster.id) {
if (cluster?.id) {
init();
}
}, [cluster]);
Expand Down

0 comments on commit af3df2d

Please sign in to comment.