From 7b09333fd080a17bb35b52b6123883adaa2a56a1 Mon Sep 17 00:00:00 2001 From: Mephistic Date: Mon, 8 Dec 2025 17:23:15 -0500 Subject: [PATCH] chore(flag): Flip feature flag for hearings and transcriptions live for production --- components/featureFlags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/featureFlags.ts b/components/featureFlags.ts index f6214a5ca..11f3b438f 100644 --- a/components/featureFlags.ts +++ b/components/featureFlags.ts @@ -44,7 +44,7 @@ const defaults: Record = { followOrg: true, lobbyingTable: false, showLLMFeatures: true, - hearingsAndTranscriptions: false + hearingsAndTranscriptions: true }, test: { testimonyDiffing: false,