Skip to content

Commit

Permalink
Search by species is default option in guided query mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasmoreau committed Jul 3, 2017
1 parent 9fcb42a commit 0db74fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class RootForm extends AbstractForm implements TreeFormInterface{
*
*/
private static final long serialVersionUID = 48058013878512872L;
private SearchMode selectedMode;
private SearchMode selectedMode = SearchMode.species;
private QueryTreeInterface tree;
private Boolean queryable=true;

Expand Down

0 comments on commit 0db74fd

Please sign in to comment.