Skip to content

Commit

Permalink
fix(cypress): enable chat interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoaibdev7 committed Oct 28, 2024
1 parent 0dbc9c7 commit b0d4691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Auth/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit b0d4691

Please sign in to comment.