Skip to content

Commit

Permalink
Fixed: code to remove unused 'goToOms' function (dxp/177)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Sep 27, 2023
1 parent 1625e66 commit 7377398
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,6 @@ export default defineComponent({
})
}
},
goToOms(){
window.open(this.instanceUrl.startsWith('http') ? this.instanceUrl.replace('api/', "") : `https://${this.instanceUrl}.hotwax.io/`, '_blank', 'noopener, noreferrer');
},
goToLaunchpad() {
window.location.href = `${process.env.VUE_APP_LOGIN_URL}`
},
Expand Down

0 comments on commit 7377398

Please sign in to comment.