Fix loading issue for realsies

pull/1384/head
Kelrap 1 year ago
parent 7985743382
commit 899a128118

@ -126,8 +126,11 @@ class _SpaceViewState extends State<SpaceView> {
try {
final response = await client.getSpaceHierarchy(
activeSpaceId,
maxDepth: 2,
maxDepth: 1,
from: prevBatch,
// #Pangea
limit: 100,
// Pangea#
);
if (prevBatch != null) {

Loading…
Cancel
Save