Skip to content

Commit

Permalink
[FEAT identifiers] turn on IDENTIFIERS feature (#6366)
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired authored Aug 26, 2019
1 parent c046e27 commit 4a2e5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/canary-features/addon/default-features.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default {
SAMPLE_FEATURE_FLAG: null,
RECORD_DATA_ERRORS: null,
RECORD_DATA_STATE: null,
IDENTIFIERS: null,
IDENTIFIERS: true,
REQUEST_SERVICE: null,
CUSTOM_MODEL_CLASS: null,
};

0 comments on commit 4a2e5b9

Please sign in to comment.