Steven Fukase %!s(int64=4) %!d(string=hai) anos
pai
achega
2875e57920
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/client/js/components/PageCreateModal.jsx

+ 1 - 1
src/client/js/components/PageCreateModal.jsx

@@ -80,7 +80,7 @@ const PageCreateModal = (props) => {
     try {
       const editorPath = await generateEditorPath(...paths);
       console.log(editorPath);
-      // window.location.href = `${url.pathname}#edit`;
+      window.location.href = editorPath;
     }
     catch (err) {
       toastError(err);