We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9025031 commit 366508fCopy full SHA for 366508f
website/src/featureFlags.ts
@@ -1,6 +1,6 @@
1
/* eslint-disable import/prefer-default-export */
2
3
/** Enable Course Planning Exercise */
4
-export const enableCPEx = true;
+export const enableCPEx = false;
5
6
export const showCPExTab = false;
0 commit comments