Skip to content

Commit

Permalink
Switch url to full URL structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Greateck committed Feb 5, 2019
1 parent e0d7d01 commit 48dc03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/EditReportModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
//compile all needed data and send it along the request for processing
let params = {
web_edit_token: process.env.webEditToken,
url: this.editReport.permlink,
url: this.editReport.url,
}
Object.keys(params).forEach(key => url.searchParams.append(key, params[key]))
try{
Expand Down

0 comments on commit 48dc03d

Please sign in to comment.