Skip to content

Commit

Permalink
Merge pull request #5728 from topcoder-platform/gig-apply-new-options…
Browse files Browse the repository at this point in the history
…-dropdown

Gig apply new options dropdown
  • Loading branch information
luizrrodrigues authored Oct 5, 2021
2 parents 890701c + 540808e commit 2f01abd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ workflows:
filters:
branches:
only:
- free
- gig-apply-new-options-dropdown
# This is alternate dev env for parallel testing
- "build-qa":
context : org-global
Expand Down
2 changes: 2 additions & 0 deletions src/shared/containers/Gigs/RecruitCRMJobApply.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ class RecruitCRMJobApplyContainer extends React.Component {
{ label: 'LinkedIn', selected: false },
{ label: 'Other Ad or Promotion', selected: false },
{ label: 'Quora', selected: false },
{ label: 'Referral', selected: false },
{ label: 'Topcoder Newsletter', selected: false },
{ label: 'Uprisor Podcast', selected: false },
{ label: 'YouTube or Video Ad', selected: false },
],
Expand Down

0 comments on commit 2f01abd

Please sign in to comment.