diff --git a/src/store/index.js b/src/store/index.js index 05b52447..3475a8b7 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -136,6 +136,7 @@ const store = new Vuex.Store({ id: undefined, type: undefined, fileId: undefined, + hash: undefined, }), true); const extension = item.type === 'syncLocation' ? 'sync' : 'publish'; result[id] = `${pathsByItemId[item.fileId]}.${encodedItem}.${extension}`;