Skip to content

Commit

Permalink
bt-541: * filter form type
Browse files Browse the repository at this point in the history
  • Loading branch information
mskmee committed Sep 26, 2023
1 parent f842f93 commit ac0195a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { type AutocompleteMultiSelectorValue } from '~/bundles/common/types/type
import { type EmployeesFiltersForm } from '~/bundles/employer/types/types';

const DEFAULT_VALUES: EmployeesFiltersForm = {
sortBy: undefined,
sortBy: '',
isSearchActiveCandidatesOnly: true,
jobTitle: [],
hardSkills: [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ type SelectorValues = Omit<
| 'isBaseSearch'
| 'searchValue'
| 'BSABadges'
| 'searchType'
>;

type EmployeesFiltersForm = Pick<
Expand Down

0 comments on commit ac0195a

Please sign in to comment.