Update licence-fns.ts

This commit is contained in:
Daniel Hougaard
2024-04-03 17:43:45 -07:00
parent a3b4b650d1
commit 27447ddc88

View File

@@ -33,7 +33,7 @@ export const getDefaultOnPremFeatures = (): TFeatureSet => ({
status: null,
trial_end: null,
has_used_trial: true,
secretApproval: true,
secretApproval: false,
secretRotation: true
});