From 6f0b0c22b357164d4d8a6a207619a567c6b1f337 Mon Sep 17 00:00:00 2001 From: liza-pohranichna Date: Mon, 19 Aug 2024 16:31:46 +0300 Subject: [PATCH] fix: changed solutio. return previous code and remove default flow value from defaultObject in Chat Gateways API [WTEL-4915] --- src/modules/routing/modules/chat-gateways/api/chatGateways.js | 1 - .../modules/chat-gateways/components/the-chat-gateways.vue | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/modules/routing/modules/chat-gateways/api/chatGateways.js b/src/modules/routing/modules/chat-gateways/api/chatGateways.js index bd50d5d04..986b26039 100644 --- a/src/modules/routing/modules/chat-gateways/api/chatGateways.js +++ b/src/modules/routing/modules/chat-gateways/api/chatGateways.js @@ -139,7 +139,6 @@ const getChatGatewayList = async (params) => { enabled: false, name: '', uri: '', - flow: {}, provider: '', metadata: {}, updates: { diff --git a/src/modules/routing/modules/chat-gateways/components/the-chat-gateways.vue b/src/modules/routing/modules/chat-gateways/components/the-chat-gateways.vue index 3d014c4ae..8da2bd427 100644 --- a/src/modules/routing/modules/chat-gateways/components/the-chat-gateways.vue +++ b/src/modules/routing/modules/chat-gateways/components/the-chat-gateways.vue @@ -90,13 +90,12 @@