|
@@ -79,7 +79,6 @@ const PageCreateModal = (props) => {
|
|
|
async function redirectToEditor(...paths) {
|
|
async function redirectToEditor(...paths) {
|
|
|
try {
|
|
try {
|
|
|
const editorPath = await generateEditorPath(...paths);
|
|
const editorPath = await generateEditorPath(...paths);
|
|
|
- console.log(editorPath);
|
|
|
|
|
window.location.href = editorPath;
|
|
window.location.href = editorPath;
|
|
|
}
|
|
}
|
|
|
catch (err) {
|
|
catch (err) {
|