Skip to content

Commit 2e41dcd

Browse files
Igor TerzicigorT
authored andcommitted
turn off fflags in release
1 parent 7af45b4 commit 2e41dcd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/canary-features/addon/default-features.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
*/
1515
export default {
1616
SAMPLE_FEATURE_FLAG: null,
17-
RECORD_DATA_ERRORS: null,
18-
RECORD_DATA_STATE: null,
19-
IDENTIFIERS: null,
20-
REQUEST_SERVICE: null,
21-
CUSTOM_MODEL_CLASS: null,
17+
RECORD_DATA_ERRORS: false,
18+
RECORD_DATA_STATE: false,
19+
IDENTIFIERS: false,
20+
REQUEST_SERVICE: false,
21+
CUSTOM_MODEL_CLASS: false,
2222
};

0 commit comments

Comments
 (0)