diff --git a/CageUI/src/client/components/layoutEditor/Editor.tsx b/CageUI/src/client/components/layoutEditor/Editor.tsx index 7f6b165f6..5ae126929 100644 --- a/CageUI/src/client/components/layoutEditor/Editor.tsx +++ b/CageUI/src/client/components/layoutEditor/Editor.tsx @@ -752,7 +752,7 @@ const Editor: FC = ({roomSize}) => { window.location.href = ActionURL.buildURL( ActionURL.getController(), 'editLayout', - ActionURL.getController(), + ActionURL.getContainer(), {room: localRoom.name} ); }