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 @@
{{ item.flow.name }}
-