Skip to content

Commit 6f37d58

Browse files
authored
chore(flag): Flip feature flag for hearings and transcriptions live for production (#2006)
1 parent efd1752 commit 6f37d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/featureFlags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const defaults: Record<Env, FeatureFlags> = {
4444
followOrg: true,
4545
lobbyingTable: false,
4646
showLLMFeatures: true,
47-
hearingsAndTranscriptions: false
47+
hearingsAndTranscriptions: true
4848
},
4949
test: {
5050
testimonyDiffing: false,

0 commit comments

Comments
 (0)