+
+ />
deleteData(selectedRows),
})"
- >
+ />
-
+
-
+
{{ item.name }}
-
+
+ />
-
+
+ />
deleteData(item),
})"
- >
+ />
+ />
@@ -111,7 +111,7 @@ import DeleteConfirmationPopup
import { useDeleteConfirmationPopup } from '@webitel/ui-sdk/src/modules/DeleteConfirmationPopup/composables/useDeleteConfirmationPopup';
export default {
- name: 'the-single-sign-on',
+ name: 'TheSingleSignOn',
components: { DeleteConfirmationPopup },
mixins: [tableComponentMixin],
setup() {
diff --git a/src/modules/lookups/modules/agent-skills/modules/agents/components/opened-skill-agents.vue b/src/modules/lookups/modules/agent-skills/modules/agents/components/opened-skill-agents.vue
index b98032b2b..4aba8ca30 100644
--- a/src/modules/lookups/modules/agent-skills/modules/agents/components/opened-skill-agents.vue
+++ b/src/modules/lookups/modules/agent-skills/modules/agents/components/opened-skill-agents.vue
@@ -146,14 +146,6 @@ export default {
DeleteConfirmationPopup,
},
mixins: [openedObjectTableTabMixin, objectTableAccessControlMixin],
-
- data: () => ({
- namespace: 'lookups/skills',
- subNamespace: 'agents',
- tableObjectRouteName: RouteNames.AGENTS, // this.editLink() computing
- agentSkillPopup: false,
- isAddSkillToAgentPopup: false,
- }),
setup() {
const {
isVisible: isDeleteConfirmationPopup,
@@ -173,6 +165,14 @@ export default {
closeDelete,
};
},
+
+ data: () => ({
+ namespace: 'lookups/skills',
+ subNamespace: 'agents',
+ tableObjectRouteName: RouteNames.AGENTS, // this.editLink() computing
+ agentSkillPopup: false,
+ isAddSkillToAgentPopup: false,
+ }),
mounted() {
this.handlePatchInput = debounce(this.handlePatchInput);
},
diff --git a/src/modules/routing/modules/chat-gateways/modules/messenger/whatsapp/components/whatsapp-tab.vue b/src/modules/routing/modules/chat-gateways/modules/messenger/whatsapp/components/whatsapp-tab.vue
index 5e9dc1be1..76ddd9a26 100644
--- a/src/modules/routing/modules/chat-gateways/modules/messenger/whatsapp/components/whatsapp-tab.vue
+++ b/src/modules/routing/modules/chat-gateways/modules/messenger/whatsapp/components/whatsapp-tab.vue
@@ -93,6 +93,7 @@ export default {
name: 'OpenedChatGatewayWhatsappTab',
components: { DeleteConfirmationPopup },
mixins: [openedObjectTableTabMixin],
+ inject: ['$eventBus'],
setup() {
const {
isVisible: isDeleteConfirmationPopup,
@@ -112,7 +113,6 @@ export default {
closeDelete,
};
},
- inject: ['$eventBus'],
data: () => ({
subNamespace: 'whatsapp',
}),
diff --git a/src/modules/routing/modules/chat-gateways/modules/webchat/components/opened-chat-gateway-webchat-alternative-channels-tab.vue b/src/modules/routing/modules/chat-gateways/modules/webchat/components/opened-chat-gateway-webchat-alternative-channels-tab.vue
index 82825daa8..e65d0a1aa 100644
--- a/src/modules/routing/modules/chat-gateways/modules/webchat/components/opened-chat-gateway-webchat-alternative-channels-tab.vue
+++ b/src/modules/routing/modules/chat-gateways/modules/webchat/components/opened-chat-gateway-webchat-alternative-channels-tab.vue
@@ -57,14 +57,14 @@