Skip to content

Commit

Permalink
3312 update search input on client select
Browse files Browse the repository at this point in the history
Closes AdguardTeam#3312

Squashed commit of the following:

commit 00919b2
Author: Ildar Kamalov <ik@adguard.com>
Date:   Wed Jul 14 14:16:09 2021 +0300

    client: update search input on client select
  • Loading branch information
IldarKamalov committed Jul 14, 2021
1 parent 4684c8e commit f4dde3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/Logs/Filters/Form.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,5 @@ Form.propTypes = {

export default reduxForm({
form: FORM_NAME.LOGS_FILTER,
enableReinitialize: true,
})(Form);

0 comments on commit f4dde3f

Please sign in to comment.