Skip to content

Commit

Permalink
Disable advanced search by default
Browse files Browse the repository at this point in the history
  • Loading branch information
RappyTV committed Oct 4, 2024
1 parent 6330eda commit 6789ac1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void initialize(Parent parent) {

CheckBoxWidget advancedSearchCheck = new CheckBoxWidget()
.addId("checkbox-item");
advancedSearchCheck.setState(State.CHECKED);
advancedSearchCheck.setState(State.UNCHECKED);

advancedSearchDiv.addChild(advancedSearchLabel);
advancedSearchDiv.addChild(advancedSearchCheck);
Expand Down

0 comments on commit 6789ac1

Please sign in to comment.