Fix loading issue for realsies
This commit is contained in:
parent
7985743382
commit
899a128118
1 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue