mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
-client: Fix "DNS rewrites" adding an item error
This commit is contained in:
parent
72f253f62b
commit
dddcbe77e2
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