Remove deprecated view access feature from builder store

This commit is contained in:
Andrew Kingston 2024-09-17 16:38:34 +01:00
parent 3af090d50f
commit c2116e3721
No known key found for this signature in database
1 changed files with 0 additions and 5 deletions

View File

@ -136,10 +136,6 @@ export const createLicensingStore = () => {
Constants.Features.APP_BUILDERS Constants.Features.APP_BUILDERS
) )
const isViewPermissionsEnabled = license.features.includes(
Constants.Features.VIEW_PERMISSIONS
)
const isViewReadonlyColumnsEnabled = license.features.includes( const isViewReadonlyColumnsEnabled = license.features.includes(
Constants.Features.VIEW_READONLY_COLUMNS Constants.Features.VIEW_READONLY_COLUMNS
) )
@ -171,7 +167,6 @@ export const createLicensingStore = () => {
enforceableSSO, enforceableSSO,
syncAutomationsEnabled, syncAutomationsEnabled,
triggerAutomationRunEnabled, triggerAutomationRunEnabled,
isViewPermissionsEnabled,
perAppBuildersEnabled, perAppBuildersEnabled,
isViewReadonlyColumnsEnabled, isViewReadonlyColumnsEnabled,
} }