From b3d9fc66dc5ed49bbac54000042f7211bf392c2b Mon Sep 17 00:00:00 2001 From: kyle-ssg Date: Wed, 31 Jul 2024 16:56:34 +0100 Subject: [PATCH] Add check for is custom flagsmith url --- frontend/common/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/common/constants.ts b/frontend/common/constants.ts index 5c7d270fc664..9b697a084224 100644 --- a/frontend/common/constants.ts +++ b/frontend/common/constants.ts @@ -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', },