From b946feba05aa21fd311c8d7f9302ec0ba01bdb62 Mon Sep 17 00:00:00 2001 From: Arpit Date: Mon, 16 Oct 2023 10:48:03 +0530 Subject: [PATCH] [appdef] fixes: Creating page not changing the slug (#7873) * fixes: Creating page not changing the slug * removes extra whitespace --- frontend/src/Editor/EditorFunc.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/Editor/EditorFunc.jsx b/frontend/src/Editor/EditorFunc.jsx index e5b7713060..b439d0dd67 100644 --- a/frontend/src/Editor/EditorFunc.jsx +++ b/frontend/src/Editor/EditorFunc.jsx @@ -1270,6 +1270,7 @@ const EditorComponent = (props) => { switchPage: true, pageId: newPageId, }); + props?.navigate(`/${getWorkspaceId()}/apps/${appId}/${newHandle}`); }; const switchPage = (pageId, queryParams = []) => {