File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -667,7 +667,6 @@ const MiddleSearch: FC<StateProps> = ({
667667 hasUpButton = { hasNavigationButtons && ! isMobile }
668668 hasDownButton = { hasNavigationButtons && ! isMobile }
669669 placeholder = { isHashtagQuery ? oldLang ( 'SearchHashtagsHint' ) : oldLang ( 'Search' ) }
670- teactExperimentControlled
671670 onChange = { handleQueryChange }
672671 onStartBackspace = { handleDeleteTag }
673672 onReset = { handleReset }
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ type OwnProps = {
3838 autoFocusSearch ?: boolean ;
3939 hasUpButton ?: boolean ;
4040 hasDownButton ?: boolean ;
41- teactExperimentControlled ?: boolean ;
4241 withBackIcon ?: boolean ;
4342 onChange : ( value : string ) => void ;
4443 onStartBackspace ?: NoneToVoidFunction ;
@@ -69,7 +68,6 @@ const SearchInput: FC<OwnProps> = ({
6968 autoFocusSearch,
7069 hasUpButton,
7170 hasDownButton,
72- teactExperimentControlled,
7371 withBackIcon,
7472 onChange,
7573 onStartBackspace,
You can’t perform that action at this time.
0 commit comments