Fixes: Loading indicator on search screen load
Fixes: Unscrollable dropdowns with large datasets
This commit is contained in:
@@ -53,7 +53,10 @@ class Search extends React.Component<Props> {
|
||||
|
||||
componentDidMount() {
|
||||
this.handleTermChange();
|
||||
this.handleQueryChange();
|
||||
|
||||
if (this.props.location.search) {
|
||||
this.handleQueryChange();
|
||||
}
|
||||
}
|
||||
|
||||
componentDidUpdate(prevProps) {
|
||||
|
||||
Reference in New Issue
Block a user