diff --git a/package-lock.json b/package-lock.json index ae0797958..88d83d3b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,6 @@ "path": "^0.12.7", "query-string": "^7.1.1", "sortablejs": "^1.10.2", - "uuid": "^9.0.1", "vue": "^3.2.47", "vue-i18n": "^9.2.2", "vue-router": "^4.2.5", @@ -7939,18 +7938,6 @@ "version": "1.0.2", "license": "MIT" }, - "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/v8-to-istanbul": { "version": "9.1.3", "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.1.3.tgz", @@ -14032,11 +14019,6 @@ "util-deprecate": { "version": "1.0.2" }, - "uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" - }, "v8-to-istanbul": { "version": "9.1.3", "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.1.3.tgz", diff --git a/src/modules/contact-center/modules/queues/components/the-queues.vue b/src/modules/contact-center/modules/queues/components/the-queues.vue index ee14b6d14..971f84009 100644 --- a/src/modules/contact-center/modules/queues/components/the-queues.vue +++ b/src/modules/contact-center/modules/queues/components/the-queues.vue @@ -49,7 +49,6 @@ callback: () => deleteData(selectedRows), })" /> - diff --git a/src/modules/integrations/modules/single-sign-on/components/opened-single-sign-on-general.vue b/src/modules/integrations/modules/single-sign-on/components/opened-single-sign-on-general.vue index 91106394e..291cef9c2 100644 --- a/src/modules/integrations/modules/single-sign-on/components/opened-single-sign-on-general.vue +++ b/src/modules/integrations/modules/single-sign-on/components/opened-single-sign-on-general.vue @@ -1,7 +1,9 @@ @@ -48,7 +50,7 @@ import openedTabComponentMixin import SingleSignOnAPI from '../api/singleSignOn'; export default { - name: 'opened-single-sign-on-general', + name: 'OpenedSingleSignOnGeneral', mixins: [openedTabComponentMixin], methods: { loadFlows(params) { diff --git a/src/modules/integrations/modules/single-sign-on/components/opened-single-sign-on.vue b/src/modules/integrations/modules/single-sign-on/components/opened-single-sign-on.vue index 8edaaf2c8..83cebb407 100644 --- a/src/modules/integrations/modules/single-sign-on/components/opened-single-sign-on.vue +++ b/src/modules/integrations/modules/single-sign-on/components/opened-single-sign-on.vue @@ -1,6 +1,6 @@