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:
parent
4684c8e4ed
commit
f4dde3f2c1
|
@ -197,4 +197,5 @@ Form.propTypes = {
|
|||
|
||||
export default reduxForm({
|
||||
form: FORM_NAME.LOGS_FILTER,
|
||||
enableReinitialize: true,
|
||||
})(Form);
|
||||
|
|
Loading…
Reference in New Issue