Skip to content

Commit

Permalink
reset fields working with show hidden offers
Browse files Browse the repository at this point in the history
  • Loading branch information
diogofonte committed Mar 6, 2023
1 parent 140ea74 commit b91bae4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ export default ({
const advancedOptionsActive = showJobDurationSlider
|| (jobType !== INITIAL_JOB_TYPE)
|| fields.length !== 0
|| technologies.length !== 0;
|| technologies.length !== 0
|| showHidden;

const ResetButtonProps = {
disabled: !advancedOptionsActive,
Expand Down

0 comments on commit b91bae4

Please sign in to comment.