Skip to content

Commit c357af0

Browse files
committed
get the calculated start nodes
1 parent 28fb7aa commit c357af0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/packages/user/user/workspace/user-workspace.context.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ export class UmbUserWorkspaceContext
5757
}
5858

5959
this.observe(asObservable(), (user) => this.onUserStoreChanges(user), 'umbUserStoreObserver');
60+
61+
const { data: calculatedStartNodes } = await this.detailRepository.requestCalculateStartNodes(unique);
62+
63+
if (calculatedStartNodes) {
64+
console.log('calculatedStartNodes', calculatedStartNodes);
65+
}
6066
}
6167

6268
/* TODO: some properties are allowed to update without saving.

0 commit comments

Comments
 (0)