diff --git a/packages/client-core/src/admin/components/Location/LocationDrawer.tsx b/packages/client-core/src/admin/components/Location/LocationDrawer.tsx index 3530f6a6d9bb..5210e9c921f6 100644 --- a/packages/client-core/src/admin/components/Location/LocationDrawer.tsx +++ b/packages/client-core/src/admin/components/Location/LocationDrawer.tsx @@ -125,7 +125,7 @@ const LocationDrawer = ({ open, mode, selectedLocation, onClose }: Props) => { ...defaultState, name: selectedLocation.name, maxUsers: selectedLocation.maxUsersPerInstance, - scene: selectedLocation.sceneId, + scene: selectedLocation.sceneId.replace('projects/', '').replace('.scene.json', ''), type: selectedLocation.locationSetting?.locationType, videoEnabled: selectedLocation.locationSetting?.videoEnabled, audioEnabled: selectedLocation.locationSetting?.audioEnabled,