Skip to content

Commit

Permalink
Merge pull request #80 from disha1202/#77
Browse files Browse the repository at this point in the history
Fixed: Viewing upload logs should open in a new tab
  • Loading branch information
adityasharma7 authored Nov 1, 2022
2 parents 2e24650 + 00851dd commit 340d7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/OrderDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ export default defineComponent({
text: translate('View'),
role: 'view',
handler: () => {
window.location.href = `https://${this.instanceUrl}.hotwax.io/commerce/control/ImportData?configId=IMP_PO`
window.open(`https://${this.instanceUrl}.hotwax.io/commerce/control/ImportData?configId=IMP_PO`, '_blank');
}
}])
this.router.push("/purchase-order");
Expand Down

0 comments on commit 340d7f2

Please sign in to comment.