Skip to content

Commit

Permalink
Add check for is custom flagsmith url
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed Jul 31, 2024
1 parent 197bc2c commit b3d9fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,8 @@ export default {
githubIssue: 'GitHub Issue',
githubPR: 'Github PR',
},
isCustomFlagsmithUrl: true,
// Project.flagsmithClientAPI !== 'https://edge.api.flagsmith.com/api/v1/',
isCustomFlagsmithUrl:
Project.flagsmithClientAPI !== 'https://edge.api.flagsmith.com/api/v1/',
modals: {
'PAYMENT': 'Payment Modal',
},
Expand Down

0 comments on commit b3d9fc6

Please sign in to comment.