Steven Fukase пре 4 година
родитељ
комит
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}