diff --git a/components/collections/editRequest.vue b/components/collections/editRequest.vue index 46a9eb716..8e3e6de69 100644 --- a/components/collections/editRequest.vue +++ b/components/collections/editRequest.vue @@ -127,7 +127,6 @@ export default { // pass data separately to don't depend on request's collection, folder fields // probably, they should be deprecated because they don't describe request itself this.$store.commit("postwoman/editRequest", { - requestOld: this.$props.request, requestOldCollectionIndex: this.$props.collectionIndex, requestOldFolderIndex: this.$props.folderIndex, requestOldIndex: this.$props.requestIndex, diff --git a/store/postwoman.js b/store/postwoman.js index 5eaeb85be..ad3f1c885 100644 --- a/store/postwoman.js +++ b/store/postwoman.js @@ -169,7 +169,6 @@ export const mutations = { editRequest(state, payload) { const { - requestOld, requestOldCollectionIndex, requestOldFolderIndex, requestOldIndex,