mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
[appdef] fixes: Creating page not changing the slug (#7873)
* fixes: Creating page not changing the slug * removes extra whitespace
This commit is contained in:
parent
0adbcbd3f7
commit
b946feba05
1 changed files with 1 additions and 0 deletions
|
|
@ -1270,6 +1270,7 @@ const EditorComponent = (props) => {
|
|||
switchPage: true,
|
||||
pageId: newPageId,
|
||||
});
|
||||
props?.navigate(`/${getWorkspaceId()}/apps/${appId}/${newHandle}`);
|
||||
};
|
||||
|
||||
const switchPage = (pageId, queryParams = []) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue