Skip to content

Commit

Permalink
force repromosion
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Pascucci committed Dec 6, 2024
1 parent 8850871 commit e29f657
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 @@ -265,7 +265,7 @@ const AdvancedSearchDropdown: React.FC<AdvancedSearchDropdownProps> = () => {
enabled={filters.dateType}
readOnly={!filters.dateType}
>
<DatePickerInput
<DatePickerInput
labelText="Start Date"
size="sm"
placeholder={
Expand Down
1 change: 1 addition & 0 deletions frontend/src/contexts/search/OpeningsSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const OpeningsSearchProvider: React.FC<{ children: ReactNode }> = ({ chil
Object.keys(defaultFilters).forEach((key) => {
individualClearFieldFunctions[key] && individualClearFieldFunctions[key]();
});

setFilters(defaultFilters);

};
Expand Down

0 comments on commit e29f657

Please sign in to comment.