Skip to content

Commit ef695ff

Browse files
committed
fix(SearchBox): Missing poweredBy in the not focused SearchBox
1 parent a832b28 commit ef695ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

widgets/search-box.js

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ function searchbox(params) {
3636
placeholder={params.placeholder}
3737
inputClass={params.cssClass}
3838
value={state.query}
39+
poweredBy={params.poweredBy}
3940
/>,
4041
container
4142
);

0 commit comments

Comments
 (0)