From 283c6e95eb25bc207c62babecb502baf55a2c58c Mon Sep 17 00:00:00 2001 From: JaredScar Date: Mon, 22 Jun 2026 12:33:53 -0400 Subject: [PATCH] Removes the feature flag from the constants of the server-side code --- src/Core/Constants.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index eac2a51fb0f2..20a92f9ecb87 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -143,7 +143,6 @@ public static class FeatureFlagKeys public const string PolicyDrawers = "pm-34804-policy-drawers"; public const string PM35153CollectionSdkDecryption = "pm-35153-collection-sdk-decryption"; public const string PoliciesInAcceptedState = "pm-34145-policies-in-accepted-state"; - public const string PM36859RefactorOrgCollectionsVaultComponent = "pm-36859-refactor-org-collections-vault-component"; /* Architecture */ public const string DesktopMigrationMilestone1 = "desktop-ui-migration-milestone-1";