From 7377398f3e8c766cda280b1869f9b23db060bb20 Mon Sep 17 00:00:00 2001 From: amansinghbais Date: Wed, 27 Sep 2023 12:36:29 +0530 Subject: [PATCH] Fixed: code to remove unused 'goToOms' function (dxp/177) --- src/views/Settings.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/Settings.vue b/src/views/Settings.vue index 2c3f90e..8282c46 100644 --- a/src/views/Settings.vue +++ b/src/views/Settings.vue @@ -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}` },