Skip to content

Commit

Permalink
Add empty option back to filters
Browse files Browse the repository at this point in the history
  • Loading branch information
emilvirkki committed Jul 20, 2016
1 parent 3a5db8b commit f40a7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/actions/SearchFilterActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function getSearchFilterActions(alt, searchFilterResource, participantRes
if (x[property]) {
x[property].push(response[i].value);
} else {
x[property] = [];
x[property] = [''];
x[property].push(response[i].value);
}
}
Expand Down

0 comments on commit f40a7bd

Please sign in to comment.