3312 update search input on client select

Closes #3312

Squashed commit of the following:

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

    client: update search input on client select
This commit is contained in:
Ildar Kamalov 2021-07-14 14:39:11 +03:00
parent 4684c8e4ed
commit f4dde3f2c1
1 changed files with 1 additions and 0 deletions

View File

@ -197,4 +197,5 @@ Form.propTypes = {
export default reduxForm({
form: FORM_NAME.LOGS_FILTER,
enableReinitialize: true,
})(Form);