From 1aee1d673788e8af4ebfe88fb697b6464ccff949 Mon Sep 17 00:00:00 2001 From: dzonidoo Date: Thu, 23 Nov 2023 13:24:52 +0100 Subject: [PATCH] refresh icon --- assets/reducers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/reducers.ts b/assets/reducers.ts index 9d65bb4bc..324b43cd3 100644 --- a/assets/reducers.ts +++ b/assets/reducers.ts @@ -354,7 +354,7 @@ export function defaultReducer(state: any = {}, action: any) { } case SET_NEW_ITEM: { - const item = state.data || {}; + const item = action.data || {}; if (!item.nextversion && !state.itemsById[item._id]) { return {