@@ -109,6 +108,25 @@ export const FacebookIntegrationEditForm = ({
})}
>
+
{
+ const facebookPageName = field.value?.[0] ?? null;
+ return (
+
+ Page Name
+
+
+
+
+ );
+ }}
+ />
(
@@ -134,18 +152,20 @@ export const FacebookIntegrationEditForm = ({
)}
/>
(
-
- Channels
-
-
-
- )}
+ name="channels"
+ render={({ field }) => {
+ return (
+
+ Channels
+
+
+
+ );
+ }}
/>
diff --git a/frontend/plugins/frontline_ui/src/modules/integrations/graphql/queries/getIntegrationDetail.ts b/frontend/plugins/frontline_ui/src/modules/integrations/graphql/queries/getIntegrationDetail.ts
index 55fbaa0b92..76b6a64f32 100644
--- a/frontend/plugins/frontline_ui/src/modules/integrations/graphql/queries/getIntegrationDetail.ts
+++ b/frontend/plugins/frontline_ui/src/modules/integrations/graphql/queries/getIntegrationDetail.ts
@@ -17,9 +17,11 @@ export const GET_INTEGRATION_DETAIL = gql`
isConnected
channels {
_id
+ name
}
departmentIds
details
+ facebookPage
callData {
secondPageHeader
secondPageDescription