fix: update allChildren after stop or start
This commit is contained in:
@@ -41,7 +41,6 @@ const TableRow: React.FC<
|
||||
} = props;
|
||||
const tableContext: any = React.useContext<{
|
||||
allChildren?: any[];
|
||||
allSubChildren?: any[];
|
||||
setDisableExpand?: (record: any) => boolean;
|
||||
}>(TableContext);
|
||||
const { setChunkRequest } = useSetChunkRequest();
|
||||
|
||||
Reference in New Issue
Block a user