Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Core/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ public static class FeatureFlagKeys
public const string PM22136_SdkCipherEncryption = "pm-22136-sdk-cipher-encryption";
public const string PM23904_RiskInsightsForPremium = "pm-23904-risk-insights-for-premium";
public const string PM25083_AutofillConfirmFromSearch = "pm-25083-autofill-confirm-from-search";
public const string VaultLoadingSkeletons = "pm-25081-vault-skeleton-loaders";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

โš ๏ธ This feature flag should be placed before PM25083_AutofillConfirmFromSearch (line 254) to maintain numerical ordering by PM number. The current placement has PM-25081 after PM-25083, which breaks the ascending order pattern used in this section.


/* Innovation Team */
public const string ArchiveVaultItems = "pm-19148-innovation-archive";
Expand Down
Loading