Skip to content

Commit

Permalink
fix: changing number of max highlights allowed (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiram15 authored Sep 16, 2024
1 parent 22c26df commit 4c45493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app/data/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const ENTERPRISE_OFFER_SUBSIDY_TYPE = 'enterpriseOffer';
export const LEARNER_CREDIT_SUBSIDY_TYPE = 'learnerCredit';

export const ENROLL_BY_DATE_WARNING_THRESHOLD_DAYS = 10;
export const MAX_HIGHLIGHT_SETS = 12;
export const MAX_HIGHLIGHT_SETS = 16;

// Note: `cancelled` is correct and matches backend state
// despite how the key is spelled
Expand Down

0 comments on commit 4c45493

Please sign in to comment.