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)