fix: sync row replicas when start

This commit is contained in:
jialin
2026-05-06 14:43:03 +08:00
committed by jialin
parent 01576212a3
commit d471233f83
3 changed files with 9 additions and 5 deletions
@@ -131,7 +131,7 @@ const ViewLogsModal: React.FC<ViewModalProps> = (props) => {
};
const showCascader =
countOptions?.some((option) => option.children?.length >= 2) ||
countOptions?.some((option) => (option.children?.length ?? 0) >= 2) ||
countOptions?.length > 1;
const handleOnChecked = (e: any) => {