- client: 2144 Fix DNS allowlists tab crash after opening "Choose blocklists" modal

Close #2144

Squashed commit of the following:

commit 435f17df9ce41e0f56b78cf8b7a390b73f16243b
Merge: 8899d65e 69a74071
Author: ArtemBaskal <a.baskal@adguard.com>
Date:   Fri Oct 2 13:02:36 2020 +0300

    Merge branch 'master' into fix/2144

commit 8899d65e9cf320fa07561f1f5a35cd3424a49a32
Author: ArtemBaskal <a.baskal@adguard.com>
Date:   Thu Oct 1 23:00:06 2020 +0300

    - client: 2144 Fix DNS allowlists tab crash after opening "Choose blocklists" modal
This commit is contained in:
Artem Baskal
2020-10-02 13:30:19 +03:00
parent 69a740714f
commit a7d2dd7bdb
4 changed files with 5 additions and 4 deletions

View File

@@ -56,6 +56,7 @@ const filtering = handleActions(
...state,
isModalOpen: !state.isModalOpen,
isFilterAdded: false,
modalType: '',
};
return newState;
},