Explorar el Código

description rewrite

Steven Fukase hace 5 años
padre
commit
e665881611
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/client/js/components/PageCreateModal.jsx

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

@@ -71,7 +71,7 @@ const PageCreateModal = (props) => {
     setTemplate(value);
   }
   /**
-   * join path and check if creatable
+   * join path, check if creatable, then redirect
    * @param {string} paths
    */
   function joinCheckRedirect(...paths) {