Commit 3308279e authored by John Davis's avatar John Davis
Browse files

Merge branch 'release_23.0' into release_23.1

parents 91d9d494 d4836758
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ const mutations = {
                const id = item.id;
                if (state.items[id]) {
                    const localItem = state.items[id];
                    Object.keys(localItem).forEach((key) => {
                    Object.keys(item).forEach((key) => {
                        localItem[key] = item[key];
                    });
                }