File tree Expand file tree Collapse file tree 2 files changed +14
-16
lines changed Expand file tree Collapse file tree 2 files changed +14
-16
lines changed Original file line number Diff line number Diff line change @@ -41,20 +41,18 @@ export const SearchFilter = () => {
4141 if ( ! data ) return null ;
4242
4343 return (
44- < div className = "input-search-bugs" >
45- < MediaInput
46- isCompact
47- end = {
48- data . search ? (
49- < ClickableXIcon onClick = { ( ) => setSearchInput ( '' ) } />
50- ) : undefined
51- }
52- key = "search-input"
53- onChange = { ( e ) => setSearchInput ( e . target . value ) }
54- start = { < SearchIcon /> }
55- value = { searchInput }
56- placeholder = { t ( '__BUGS_SEARCH_INPUT_PLACEHOLDER' ) }
57- />
58- </ div >
44+ < MediaInput
45+ isCompact
46+ end = {
47+ data . search ? (
48+ < ClickableXIcon onClick = { ( ) => setSearchInput ( '' ) } />
49+ ) : undefined
50+ }
51+ key = "search-input"
52+ onChange = { ( e ) => setSearchInput ( e . target . value ) }
53+ start = { < SearchIcon /> }
54+ value = { searchInput }
55+ placeholder = { t ( '__BUGS_SEARCH_INPUT_PLACEHOLDER' ) }
56+ />
5957 ) ;
6058} ;
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ const BugsFilters = () => {
7979 < GroupBy />
8080 </ FlexWrapper >
8181 < FlexWrapper orderXl = { 1 } >
82- < SearchContainer >
82+ < SearchContainer className = "input-search-bugs" >
8383 < SearchFilter />
8484 </ SearchContainer >
8585 < UniqueFilter />
You can’t perform that action at this time.
0 commit comments