Steven Fukase 4 лет назад
Родитель
Сommit
1b96beb72f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/client/js/components/PagePathAutoComplete.jsx

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

@@ -41,7 +41,7 @@ const PagePathAutoComplete = (props) => {
       onChange={inputChangeHandler}
       onInputChange={props.onInputChange}
       inputName="new_path"
-      emptyLabelExceptError={null}
+      behaviorOfResetBtn="clear"
       placeholder="Input page path"
       keywordOnInit={getKeywordOnInit(initializedPath)}
       autoFocus={props.autoFocus}