Skip to content

Commit

Permalink
Got rid of thrown error.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjiang2000 committed Jun 7, 2021
1 parent dcb50c4 commit 13deae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/components/search/searchcomponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const IconState = {
export default class SearchComponent extends Component {
constructor (config = {}, systemConfig = {}) {
super(config, systemConfig);
throw new Error("error");

/**
* The optional vertical key for vertical search configuration
* If not provided, auto-complete and search will be based on universal
Expand Down

0 comments on commit 13deae3

Please sign in to comment.