Skip to content

Commit

Permalink
Merge pull request #400 from bcgov/ofm-hotfix-to-main
Browse files Browse the repository at this point in the history
Update SupplementaryFormView with new hardcoded number
  • Loading branch information
jenbeckett authored Nov 5, 2024
2 parents 987b230 + 861491e commit 1a946ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ import { SUPP_TERM_CODES, CORE_SERVICES_PANELS, DISCRETIONARY_PANEL } from '@/ut
import format from '@/utils/format'
import moment from 'moment'
const DAYS_BEFORE_TERM_EXPIRES = 45
const DAYS_BEFORE_TERM_EXPIRES = 1
const DAYS_BEFORE_NEXT_TERM_ENABLED = 120
const TWO_YEARS = 730
Expand Down

0 comments on commit 1a946ee

Please sign in to comment.