Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into release/2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Jul 31, 2023
2 parents 78dfff8 + 86bfba0 commit b22d167
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/layout/components/BaseApp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ export default class BaseApp extends React.Component {

if (this.props.setQuery != null) {
this.props.setQuery('');
if (this.props.fetchItems != null) {
this.props.fetchItems();
}
}
}

Expand Down

0 comments on commit b22d167

Please sign in to comment.