Skip to content

Commit

Permalink
集群概览,BasicInfo 组件点击修改删除保护成功后,刷新集群详情的页面报错问题
Browse files Browse the repository at this point in the history
  • Loading branch information
TianWuwt committed Jan 13, 2025
1 parent 043f2ee commit 80642f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/pages/Cluster/Detail/Overview/BasicInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export default function BasicInfo({
defaultMessage: '修改删除保护已成功',
}),
);
clusterDetailRefresh();
clusterDetailRefresh?.();
}
},
},
Expand Down

0 comments on commit 80642f4

Please sign in to comment.