File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 11import useTranslation from 'next-translate/useTranslation' ;
22
33import AvailabilitySelect from 'components/availability-select' ;
4- import LangSelect from 'components/lang-select' ;
54import SearchIcon from 'components/icons/search' ;
65import SubjectSelect from 'components/subject-select' ;
76
@@ -46,16 +45,6 @@ export default function FilterForm({
4645 value = { query . availability }
4746 outlined
4847 />
49- < LangSelect
50- className = 'field'
51- label = { t ( 'query3rd:langs' ) }
52- placeholder = { t ( 'common:langs-placeholder' ) }
53- onChange = { ( langs ) =>
54- onChange ( ( prev ) => new UsersQuery ( { ...prev , langs, page : 0 } ) )
55- }
56- value = { query . langs }
57- outlined
58- />
5948 { onSubmit && (
6049 < button className = 'reset button' type = 'submit' >
6150 < SearchIcon />
You can’t perform that action at this time.
0 commit comments