Renames
This commit is contained in:
parent
5dbbdf3f82
commit
beb4118582
|
@ -87,7 +87,7 @@ export const useAuditLogs = () => {
|
|||
}
|
||||
|
||||
export const useScimIntegration = () => {
|
||||
return useFeature(Feature.SCIM_INTEGRATION)
|
||||
return useFeature(Feature.SCIM)
|
||||
}
|
||||
|
||||
// QUOTAS
|
||||
|
|
|
@ -5,5 +5,5 @@ export enum Feature {
|
|||
AUDIT_LOGS = "auditLogs",
|
||||
ENFORCEABLE_SSO = "enforceableSSO",
|
||||
BRANDING = "branding",
|
||||
SCIM_INTEGRATION = "scimIntegration",
|
||||
SCIM = "scim",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue