From ab352363e15ad28ab6f4cc9d852aa60f529b1a2a Mon Sep 17 00:00:00 2001 From: MoizAdnan Date: Fri, 1 Dec 2023 16:51:28 +0500 Subject: [PATCH] Fixed scenePath not populating in location --- .../src/admin/components/Location/LocationDrawer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client-core/src/admin/components/Location/LocationDrawer.tsx b/packages/client-core/src/admin/components/Location/LocationDrawer.tsx index fdfbdcfb18..3530f6a6d9 100644 --- a/packages/client-core/src/admin/components/Location/LocationDrawer.tsx +++ b/packages/client-core/src/admin/components/Location/LocationDrawer.tsx @@ -176,7 +176,7 @@ const LocationDrawer = ({ open, mode, selectedLocation, onClose }: Props) => { const data: LocationData = { name: state.name.value, slugifiedName: '', - sceneId: state.scene.value as SceneID, + sceneId: `projects/${state.scene.value}.scene.json` as SceneID, maxUsersPerInstance: state.maxUsers.value, locationSetting: { id: '',