Skip to content
Snippets Groups Projects
Commit 0345cd5a authored by ThibG's avatar ThibG Committed by Eugen Rochko
Browse files

Fix error when unmuting a domain without listing muted domains first (#7670)

parent 90908fc2
No related branches found
Tags v2.4.0
No related merge requests found
......@@ -6,7 +6,9 @@ import {
import { Map as ImmutableMap, OrderedSet as ImmutableOrderedSet } from 'immutable';
const initialState = ImmutableMap({
blocks: ImmutableMap(),
blocks: ImmutableMap({
items: ImmutableOrderedSet(),
}),
});
export default function domainLists(state = initialState, action) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment