Fix JobSkill filter not working

This commit is contained in:
Justin Edmund 2022-12-30 07:03:49 -08:00
parent 71b99091ea
commit 55e2938d76

View file

@ -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`)}