Fix type issues

This commit is contained in:
Tuan Dang
2024-07-22 19:15:18 +07:00
parent 29d76c1deb
commit b359f4278e

View File

@@ -32,7 +32,7 @@ export const getDefaultOnPremFeatures = (): TFeatureSet => ({
oidcSSO: false,
scim: false,
ldap: false,
groups: true,
groups: false,
status: null,
trial_end: null,
has_used_trial: true,