Ver código fonte

description rewrite

Steven Fukase 4 anos atrás
pai
commit
e665881611
1 arquivos alterados com 1 adições e 1 exclusões
  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);
     setTemplate(value);
   }
   }
   /**
   /**
-   * join path and check if creatable
+   * join path, check if creatable, then redirect
    * @param {string} paths
    * @param {string} paths
    */
    */
   function joinCheckRedirect(...paths) {
   function joinCheckRedirect(...paths) {