Fix loading issue when space is selected?

pull/1384/head
Kelrap 1 year ago
parent 87b1b98f0e
commit 7985743382

@ -126,7 +126,7 @@ class _SpaceViewState extends State<SpaceView> {
try {
final response = await client.getSpaceHierarchy(
activeSpaceId,
maxDepth: 1,
maxDepth: 2,
from: prevBatch,
);

Loading…
Cancel
Save