Skip to content

Commit

Permalink
fix: The organisation setting page is broken locally (#4330)
Browse files Browse the repository at this point in the history
  • Loading branch information
novakzaballa authored Jul 12, 2024
1 parent 3a8ec00 commit 1cd8e0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/env/project_local.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ module.exports = global.Project = {
flagsmithClientEdgeAPI: 'https://edge.api.flagsmith.com/api/v1/',
// This is used for Sentry tracking
maintenance: false,
plans: {
scaleUp: { annual: 'scale-up-annual-v2', monthly: 'scale-up-v2' },
startup: { annual: 'startup-annual-v2', monthly: 'startup-v2' },
},
useSecureCookies: false,
...(globalThis.projectOverrides || {}),
}

0 comments on commit 1cd8e0f

Please sign in to comment.