Skip to content

Commit

Permalink
B&B featuretoggles are now on (#1636)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanPaulus authored Nov 28, 2024
1 parent 60c21a1 commit 23dd61d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/universal/config/feature-toggles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ export const FeatureToggle = {
// Toeristische verhuur
toeristischeVerhuurActive: true,
// B&B Vergunningen actief
powerbrowserActive: !IS_PRODUCTION,
powerbrowserActive: true,
// B&B Downloads actief
bbDocumentDownloadsActive: !IS_PRODUCTION,
bbDocumentDownloadsActive: true,

// Vergunningen V1 (met koppel api)
vergunningenActive: true,
Expand Down

0 comments on commit 23dd61d

Please sign in to comment.