Skip to content

Commit

Permalink
Merge pull request #925 from opencrvs/feature-flags-hotfix
Browse files Browse the repository at this point in the history
Feature flag hotfix for client config prod
  • Loading branch information
tahmidrahman-dsi authored Mar 1, 2024
2 parents d4b6654 + 8f1d224 commit e9c7c61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client-config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ window.config = {
REGISTRATIONS_DASHBOARD_URL:
'https://metabase.{{hostname}}/public/dashboard/fec78656-e4f9-4b51-b540-0fed81dbd821#bordered=false&titled=false&refresh=300',
STATISTICS_DASHBOARD_URL:
'https://metabase.{{hostname}}/public/dashboard/a17e9bc0-15a2-4bd1-92fa-ab0f346227ca#bordered=false&titled=false&refresh=300'
'https://metabase.{{hostname}}/public/dashboard/a17e9bc0-15a2-4bd1-92fa-ab0f346227ca#bordered=false&titled=false&refresh=300',
FEATURES: {}
}

0 comments on commit e9c7c61

Please sign in to comment.