From b0d469151057a5583ffda9241f734e6089e022ab Mon Sep 17 00:00:00 2001 From: Shoaibdev7 Date: Mon, 28 Oct 2024 10:03:41 +0500 Subject: [PATCH] fix(cypress): enable chat interface --- src/components/Auth/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Auth/index.tsx b/src/components/Auth/index.tsx index 540514c5e..de683c64e 100644 --- a/src/components/Auth/index.tsx +++ b/src/components/Auth/index.tsx @@ -73,7 +73,7 @@ export const AuthGuard = ({ children }: PropsWithChildren) => { setQueuedSourcesFeatureFlag(res.data.queuedSources) setCustomSchemaFeatureFlag(res.data.customSchema) setRealtimeGraphFeatureFlag(res.data.realtimeGraph || false) - setChatInterfaceFeatureFlag(res.data.chatInterface || false) + setChatInterfaceFeatureFlag(res.data.chatInterface || true) setFastFiltersFeatureFlag(res.data.fastFilters || false) }