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 6c96c7ffe..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,7 +90,7 @@