Fix loading issue for realsies

This commit is contained in:
Kelrap 2024-07-16 12:23:40 -04:00
parent 7985743382
commit 899a128118

View file

@ -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) {