From c2116e37215a9502e275655f627756d3adbde2dd Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Tue, 17 Sep 2024 16:38:34 +0100 Subject: [PATCH] Remove deprecated view access feature from builder store --- packages/builder/src/stores/portal/licensing.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/builder/src/stores/portal/licensing.js b/packages/builder/src/stores/portal/licensing.js index d48377207c..ff534ea667 100644 --- a/packages/builder/src/stores/portal/licensing.js +++ b/packages/builder/src/stores/portal/licensing.js @@ -136,10 +136,6 @@ export const createLicensingStore = () => { Constants.Features.APP_BUILDERS ) - const isViewPermissionsEnabled = license.features.includes( - Constants.Features.VIEW_PERMISSIONS - ) - const isViewReadonlyColumnsEnabled = license.features.includes( Constants.Features.VIEW_READONLY_COLUMNS ) @@ -171,7 +167,6 @@ export const createLicensingStore = () => { enforceableSSO, syncAutomationsEnabled, triggerAutomationRunEnabled, - isViewPermissionsEnabled, perAppBuildersEnabled, isViewReadonlyColumnsEnabled, }