Browse Source

Remove export-attachments feature flag (#5659)

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
pull/5686/head
Daniel James Smith 8 months ago committed by GitHub
parent
commit
cbb1168da8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      src/Core/Constants.cs

1
src/Core/Constants.cs

@ -189,7 +189,6 @@ public static class FeatureFlagKeys @@ -189,7 +189,6 @@ public static class FeatureFlagKeys
public const string RiskInsightsCriticalApplication = "pm-14466-risk-insights-critical-application";
public const string EnableRiskInsightsNotifications = "enable-risk-insights-notifications";
public const string DesktopSendUIRefresh = "desktop-send-ui-refresh";
public const string ExportAttachments = "export-attachments";
/* Vault Team */
public const string PM8851_BrowserOnboardingNudge = "pm-8851-browser-onboarding-nudge";

Loading…
Cancel
Save