Skip to content

Commit

Permalink
qfix: add missed recorderId for desktop (#8172)
Browse files Browse the repository at this point in the history
Signed-off-by: denis-tingaikin <[email protected]>
  • Loading branch information
denis-tingaikin authored Mar 7, 2025
1 parent 4d68ad0 commit a42c290
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop/src/ui/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ export async function configurePlatform (): Promise<void> {
addLocation(productsId, async () => await import('@hcengineering/products-resources'))
addLocation(documentsId, async () => await import('@hcengineering/controlled-documents-resources'))
addLocation(uploaderId, async () => await import('@hcengineering/uploader-resources'))
addLocation(recorderId, async () => await import('@hcengineering/recorder-resources'))
addLocation(presenceId, async () => await import('@hcengineering/presence-resources'))
addLocation(githubId, async () => await import(/* webpackChunkName: "github" */ '@hcengineering/github-resources'))
addLocation(
Expand Down

0 comments on commit a42c290

Please sign in to comment.