Adding mock required for pro.

This commit is contained in:
mike12345567 2023-02-10 13:14:08 +00:00
parent 754465fd37
commit 31ca094ec5
1 changed files with 4 additions and 0 deletions

View File

@ -74,6 +74,10 @@ export const useGroups = () => {
return useFeature(Feature.USER_GROUPS)
}
export const useEnvironmentVariables = () => {
return useFeature(Feature.ENVIRONMENT_VARIABLES)
}
// QUOTAS
export const setAutomationLogsQuota = (value: number) => {