Remove deprecated view access feature from builder store
This commit is contained in:
parent
3af090d50f
commit
c2116e3721
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue