Skip to content

Commit b2e7677

Browse files
committed
revert
1 parent 3cc912d commit b2e7677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogpt_platform/frontend/src/services/feature-flags/use-get-flag.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export type FlagValues = {
3737
const isPwMockEnabled = process.env.NEXT_PUBLIC_PW_TEST === "true";
3838

3939
const mockFlags = {
40-
[Flag.BETA_BLOCKS]: ["8b2a7b3c-6e9d-4a5f-8c1b-2e3f4a5b6c7d"], // Human-in-the-Loop block
40+
[Flag.BETA_BLOCKS]: [],
4141
[Flag.NEW_BLOCK_MENU]: false,
4242
[Flag.NEW_AGENT_RUNS]: false,
4343
[Flag.GRAPH_SEARCH]: true,

0 commit comments

Comments
 (0)