Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regional partner dropdown default #19647

Merged
merged 5 commits into from Jan 2, 2018

Conversation

clareconstantine
Copy link

@clareconstantine clareconstantine commented Dec 14, 2017

When viewing the application dashboard as a workshop admin, the summary and list views default to showing only unmatched applications.

cc @tanyaparker

rows = rows.filter(row => row.regional_partner_id === this.props.regionalPartnerFilter);
} else {
rows = rows.filter(row => row.regional_partner_id === null);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: reorder with the positive case first, i.e. this.props.regionalPartnerFilter === UnmatchedFilter

@tanyaparker
Copy link
Contributor

@clareconstantine clareconstantine merged commit adeb6be into staging Jan 2, 2018
@clareconstantine clareconstantine deleted the regional-partner-dropdown-default branch June 6, 2018 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants