Explorar el Código

BugFix (https://redmine.weseek.co.jp/issues/105887)

Yuki Takei hace 3 años
padre
commit
8e31ddfcdb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/app/src/components/PageCreateModal.jsx

+ 1 - 1
packages/app/src/components/PageCreateModal.jsx

@@ -208,7 +208,7 @@ const PageCreateModal = () => {
               {isReachable
                 ? (
                   <PagePathAutoComplete
-                    initializedPath={pageNameInput}
+                    initializedPath={pageNameInputInitialValue}
                     addTrailingSlash
                     onSubmit={ppacSubmitHandler}
                     onInputChange={value => setPageNameInput(value)}