From ff93fa29baa6464df595934a618f8fde6af6980b Mon Sep 17 00:00:00 2001 From: Tom Tallty Date: Mon, 30 Oct 2023 15:52:43 -0400 Subject: [PATCH] Resolving conflict and removing commented code --- src/Core/Constants.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index 4b5c90261452..7ec4ef97cc30 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -46,6 +46,7 @@ public static class FeatureFlagKeys public const string AutofillV2 = "autofill-v2"; public const string BrowserFilelessImport = "browser-fileless-import"; public const string AutofillOverlay = "autofill-overlay"; + public const string ItemShare = "item-share"; public static List GetAllKeys() {