diff --git a/apps/web/components/Integration/IntegrationData.tsx b/apps/web/components/Integration/IntegrationData.tsx index eb86ae45..a8d34b04 100644 --- a/apps/web/components/Integration/IntegrationData.tsx +++ b/apps/web/components/Integration/IntegrationData.tsx @@ -944,7 +944,7 @@ export class AppComponent { ), }, [IntegrationEnum.BUBBLE]: { - 'Integration Steps': () => ( + '1) Integration Steps': () => ( <> @@ -1000,5 +1000,18 @@ export class AppComponent { ), + '2) Add Import Button': ({ accessToken, projectId, templateId }) => ( + <> + + + ), }, };