mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-29 00:06:09 +08:00
feat(infra): add convenience api to get workspace from doc (#7934)
This commit is contained in:
@@ -28,6 +28,6 @@ export function configureDocModule(framework: Framework) {
|
||||
.entity(DocRecord, [DocsStore])
|
||||
.entity(DocRecordList, [DocsStore])
|
||||
.scope(DocScope)
|
||||
.entity(Doc, [DocScope, DocsStore])
|
||||
.entity(Doc, [DocScope, DocsStore, WorkspaceService])
|
||||
.service(DocService);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user