Skip to content

Commit 366508f

Browse files
committed
chore: turn off cpex, test success
1 parent 9025031 commit 366508f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/featureFlags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable import/prefer-default-export */
22

33
/** Enable Course Planning Exercise */
4-
export const enableCPEx = true;
4+
export const enableCPEx = false;
55

66
export const showCPExTab = false;

0 commit comments

Comments
 (0)