1
0
Fork 0
mirror of synced 2024-07-14 18:55:45 +12:00

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

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(