Added save selected request.

This commit is contained in:
thehollidayinn
2019-10-21 23:07:35 -06:00
parent 3f5307ef79
commit 7ad6cd83db

View File

@@ -1148,7 +1148,11 @@
contentType: this.contentType,
requestType: this.requestType,
};
console.log(this.editRequest);
if (this.selectedRequest.url) {
this.editRequest = Object.assign({}, this.selectedRequest, this.editRequest);
}
this.showRequestModal = true;
},
hideRequestModal() {