From 01e7962868faf8ae3bb3aef985628dbaac78d7de Mon Sep 17 00:00:00 2001 From: akhisud3195 Date: Mon, 7 Apr 2025 17:17:09 +0530 Subject: [PATCH] Update feature flags and resolve apos issues --- apps/rowboat/app/lib/feature_flags.ts | 3 +-- apps/rowboat/app/projects/select/app.tsx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/rowboat/app/lib/feature_flags.ts b/apps/rowboat/app/lib/feature_flags.ts index d388e9fa..1cd3d02a 100644 --- a/apps/rowboat/app/lib/feature_flags.ts +++ b/apps/rowboat/app/lib/feature_flags.ts @@ -4,8 +4,7 @@ export const USE_RAG_SCRAPING = process.env.USE_RAG_SCRAPING === 'true'; export const USE_CHAT_WIDGET = process.env.USE_CHAT_WIDGET === 'true'; export const USE_AUTH = process.env.USE_AUTH === 'true'; -// export const USE_MULTIPLE_PROJECTS = true; +// Hardcoded flags export const USE_MULTIPLE_PROJECTS = false; - export const USE_TESTING_FEATURE = false; export const USE_VOICE_FEATURE = false; \ No newline at end of file diff --git a/apps/rowboat/app/projects/select/app.tsx b/apps/rowboat/app/projects/select/app.tsx index d05eebfb..226431e3 100644 --- a/apps/rowboat/app/projects/select/app.tsx +++ b/apps/rowboat/app/projects/select/app.tsx @@ -324,7 +324,7 @@ export default function App() { )} > - + {starting_copilot_prompts && Object.entries(starting_copilot_prompts)