Skip to content

Commit

Permalink
devop: open url on current browser
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Jul 18, 2024
1 parent c6f7923 commit 53ed79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OrderForm/BuyProviders.vue
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ export default defineComponent({
this.actualAddress
)
.then((data) => {
window.open(data.url);
window.open(data.url, "_self");
this.amplitude.track(`CCBuySellBuyWithTopperSuccess`);
this.reset();
this.close();
Expand Down

0 comments on commit 53ed79d

Please sign in to comment.