File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -667,7 +667,6 @@ const MiddleSearch: FC<StateProps> = ({
667
667
hasUpButton = { hasNavigationButtons && ! isMobile }
668
668
hasDownButton = { hasNavigationButtons && ! isMobile }
669
669
placeholder = { isHashtagQuery ? oldLang ( 'SearchHashtagsHint' ) : oldLang ( 'Search' ) }
670
- teactExperimentControlled
671
670
onChange = { handleQueryChange }
672
671
onStartBackspace = { handleDeleteTag }
673
672
onReset = { handleReset }
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ type OwnProps = {
38
38
autoFocusSearch ?: boolean ;
39
39
hasUpButton ?: boolean ;
40
40
hasDownButton ?: boolean ;
41
- teactExperimentControlled ?: boolean ;
42
41
withBackIcon ?: boolean ;
43
42
onChange : ( value : string ) => void ;
44
43
onStartBackspace ?: NoneToVoidFunction ;
@@ -69,7 +68,6 @@ const SearchInput: FC<OwnProps> = ({
69
68
autoFocusSearch,
70
69
hasUpButton,
71
70
hasDownButton,
72
- teactExperimentControlled,
73
71
withBackIcon,
74
72
onChange,
75
73
onStartBackspace,
You can’t perform that action at this time.
0 commit comments