Fix JobSkill filter not working
This commit is contained in:
parent
71b99091ea
commit
55e2938d76
1 changed files with 1 additions and 2 deletions
|
|
@ -42,10 +42,9 @@ const JobSkillSearchFilterBar = (props: Props) => {
|
|||
<Select
|
||||
value={-1}
|
||||
triggerClass="Bound"
|
||||
trigger={'All elements'}
|
||||
open={open}
|
||||
onValueChange={onChange}
|
||||
onClick={openSelect}
|
||||
onOpenChange={openSelect}
|
||||
>
|
||||
<SelectItem key="all" value={-1}>
|
||||
{t(`job_skills.all`)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue