itizawa hace 6 años
padre
commit
62b565592a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/client/js/components/PagePathAutoComplete.jsx

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

@@ -40,7 +40,7 @@ const PagePathAutoComplete = (props) => {
       crowi={props.crowi}
       onSubmit={submitHandler}
       onChange={inputChangeHandler}
-      onInputChange={onInputChange}
+      onInputChange={props.onInputChange}
       inputName="new_path"
       emptyLabelExceptError={null}
       placeholder="Input page path"