Added slutredovisning to active features for prod

This commit is contained in:
Erik Tiekstra
2021-11-15 10:03:21 +01:00
parent a0d107657b
commit ad5974f20e
4 changed files with 10 additions and 7 deletions
@@ -11,6 +11,7 @@ export const ACTIVE_FEATURES_PROD: Feature[] = [
Feature.LOGGING,
Feature.REPORTING_PERIODISK_REDOVISNING,
Feature.REPORTING_INFORMATIV_RAPPORT,
Feature.REPORTING_SLUTREDOVISNING,
Feature.EXPORTS,
];
@@ -28,7 +29,8 @@ export const ACTIVE_FEATURES_TEST: Feature[] = [
Feature.VERSION_INFO,
Feature.REPORTING_PERIODISK_REDOVISNING,
Feature.REPORTING_INFORMATIV_RAPPORT,
Feature.SLUTREDOVISNING,
Feature.REPORTING_SLUTREDOVISNING,
Feature.REPORTING_SIGNAL,
Feature.EXPORTS,
Feature.NEWS,
];