💩 Removed unused parameters
This commit is contained in:
@@ -127,7 +127,6 @@ export default {
|
|||||||
// pass data separately to don't depend on request's collection, folder fields
|
// 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
|
// probably, they should be deprecated because they don't describe request itself
|
||||||
this.$store.commit("postwoman/editRequest", {
|
this.$store.commit("postwoman/editRequest", {
|
||||||
requestOld: this.$props.request,
|
|
||||||
requestOldCollectionIndex: this.$props.collectionIndex,
|
requestOldCollectionIndex: this.$props.collectionIndex,
|
||||||
requestOldFolderIndex: this.$props.folderIndex,
|
requestOldFolderIndex: this.$props.folderIndex,
|
||||||
requestOldIndex: this.$props.requestIndex,
|
requestOldIndex: this.$props.requestIndex,
|
||||||
|
|||||||
@@ -169,7 +169,6 @@ export const mutations = {
|
|||||||
|
|
||||||
editRequest(state, payload) {
|
editRequest(state, payload) {
|
||||||
const {
|
const {
|
||||||
requestOld,
|
|
||||||
requestOldCollectionIndex,
|
requestOldCollectionIndex,
|
||||||
requestOldFolderIndex,
|
requestOldFolderIndex,
|
||||||
requestOldIndex,
|
requestOldIndex,
|
||||||
|
|||||||
Reference in New Issue
Block a user