fix for app backups not being shown

This commit is contained in:
Martin McKeaveney 2023-09-07 19:06:58 +01:00
parent ab5753273d
commit b748149068
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ export const createLicensingStore = () => {
Constants.Features.USER_GROUPS
)
const backupsEnabled = license.features.includes(
Constants.Features.BACKUPS
Constants.Features.APP_BACKUPS
)
const scimEnabled = license.features.includes(Constants.Features.SCIM)
const environmentVariablesEnabled = license.features.includes(