Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit 12e7d66

Browse files
authored
Fixed scenePath not populating in location (#9360)
1 parent 6949b69 commit 12e7d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client-core/src/admin/components/Location/LocationDrawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ const LocationDrawer = ({ open, mode, selectedLocation, onClose }: Props) => {
176176
const data: LocationData = {
177177
name: state.name.value,
178178
slugifiedName: '',
179-
sceneId: state.scene.value as SceneID,
179+
sceneId: `projects/${state.scene.value}.scene.json` as SceneID,
180180
maxUsersPerInstance: state.maxUsers.value,
181181
locationSetting: {
182182
id: '',

0 commit comments

Comments
 (0)