Fix loading issue when space is selected?
This commit is contained in:
parent
87b1b98f0e
commit
7985743382
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ class _SpaceViewState extends State<SpaceView> {
|
|||
try {
|
||||
final response = await client.getSpaceHierarchy(
|
||||
activeSpaceId,
|
||||
maxDepth: 1,
|
||||
maxDepth: 2,
|
||||
from: prevBatch,
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue