We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc912d commit b2e7677Copy full SHA for b2e7677
autogpt_platform/frontend/src/services/feature-flags/use-get-flag.ts
@@ -37,7 +37,7 @@ export type FlagValues = {
37
const isPwMockEnabled = process.env.NEXT_PUBLIC_PW_TEST === "true";
38
39
const mockFlags = {
40
- [Flag.BETA_BLOCKS]: ["8b2a7b3c-6e9d-4a5f-8c1b-2e3f4a5b6c7d"], // Human-in-the-Loop block
+ [Flag.BETA_BLOCKS]: [],
41
[Flag.NEW_BLOCK_MENU]: false,
42
[Flag.NEW_AGENT_RUNS]: false,
43
[Flag.GRAPH_SEARCH]: true,
0 commit comments