mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
- client: fix/1754 - Merge pull request #639 in DNS/adguard-home from fix/1754 to master
Close #1754 * commit 'dddcbe77e29ff815e32913de4e5d99be98ab9934': -client: Fix "DNS rewrites" adding an item error
This commit is contained in:
commit
620f5c22c7
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const rewrites = handleActions(
|
|||
[actions.addRewriteSuccess]: (state, { payload }) => {
|
||||
const newState = {
|
||||
...state,
|
||||
list: [...state.list, ...payload],
|
||||
list: [...state.list, payload],
|
||||
processingAdd: false,
|
||||
};
|
||||
return newState;
|
||||
|
|
Loading…
Add table
Reference in a new issue