From a42c290c52c4de8efc11a5c9607b2ebbb8828505 Mon Sep 17 00:00:00 2001 From: Denis Tingaikin Date: Fri, 7 Mar 2025 20:04:53 +0300 Subject: [PATCH] qfix: add missed recorderId for desktop (#8172) Signed-off-by: denis-tingaikin --- desktop/src/ui/platform.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/src/ui/platform.ts b/desktop/src/ui/platform.ts index 34684696a5..503319d192 100644 --- a/desktop/src/ui/platform.ts +++ b/desktop/src/ui/platform.ts @@ -329,6 +329,7 @@ export async function configurePlatform (): Promise { 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(