From 8fc757287990116275d844fb62b14e467b540f67 Mon Sep 17 00:00:00 2001 From: Omri Levy Date: Mon, 30 Sep 2024 15:22:48 +0300 Subject: [PATCH] chat revert --- .../CaseCallToActionLegacy.tsx | 2 +- .../KycBlock/hooks/useKycBlock/useKycBlock.tsx | 4 +++- .../components/SubmitSection/SubmitSection.tsx | 2 +- apps/backoffice-v2/src/pages/Root/Root.page.tsx | 13 +------------ services/workflows-service/prisma/data-migrations | 2 +- 5 files changed, 7 insertions(+), 16 deletions(-) diff --git a/apps/backoffice-v2/src/lib/blocks/components/CaseCallToActionLegacy/CaseCallToActionLegacy.tsx b/apps/backoffice-v2/src/lib/blocks/components/CaseCallToActionLegacy/CaseCallToActionLegacy.tsx index 9d5abf02db..1dfc744cfb 100644 --- a/apps/backoffice-v2/src/lib/blocks/components/CaseCallToActionLegacy/CaseCallToActionLegacy.tsx +++ b/apps/backoffice-v2/src/lib/blocks/components/CaseCallToActionLegacy/CaseCallToActionLegacy.tsx @@ -132,7 +132,7 @@ export const CaseCallToActionLegacy: FunctionComponent )} diff --git a/apps/backoffice-v2/src/pages/Root/Root.page.tsx b/apps/backoffice-v2/src/pages/Root/Root.page.tsx index 18fc671a75..97d331bed0 100644 --- a/apps/backoffice-v2/src/pages/Root/Root.page.tsx +++ b/apps/backoffice-v2/src/pages/Root/Root.page.tsx @@ -5,8 +5,6 @@ import { ServerDownLayout } from './ServerDown.layout'; import { useCustomerQuery } from '@/domains/customer/hook/queries/useCustomerQuery/useCustomerQuery'; import { FullScreenLoader } from '@/common/components/molecules/FullScreenLoader/FullScreenLoader'; import Chatbot from '@/domains/chat/chatbot-opengpt'; -import { ctw } from '@/common/utils/ctw/ctw'; -import { RenderChildrenInIFrame } from '@/common/components/organisms/RenderChildrenInIFrame/RenderChildrenInIFrame'; const ReactQueryDevtools = lazy(() => process.env.NODE_ENV !== 'production' @@ -31,16 +29,7 @@ const ChatbotLayout: FunctionComponent = () => { return null; } - return ( - - - - ); + return ; }; export const Root: FunctionComponent = () => { diff --git a/services/workflows-service/prisma/data-migrations b/services/workflows-service/prisma/data-migrations index e810f58cf3..1666912ae5 160000 --- a/services/workflows-service/prisma/data-migrations +++ b/services/workflows-service/prisma/data-migrations @@ -1 +1 @@ -Subproject commit e810f58cf3f020290ff9639251d1d9e13d227b48 +Subproject commit 1666912ae59001a887efdda70beb57804520c88f