Notification history: Enable by default (#49502)

* remove persistNotifications feature flag

* remove unused imports
This commit is contained in:
Ashley Harrison
2022-05-26 12:03:04 +01:00
committed by GitHub
parent 84b7efb393
commit 8b509eb6dd
6 changed files with 3 additions and 31 deletions

View File

@@ -199,12 +199,6 @@ var (
State: FeatureStateAlpha,
FrontendOnly: true,
},
{
Name: "persistNotifications",
Description: "PoC Notifications page",
State: FeatureStateAlpha,
FrontendOnly: true,
},
{
Name: "commandPalette",
Description: "Enable command palette",

View File

@@ -147,10 +147,6 @@ const (
// Adds trace ID to error notifications
FlagTracing = "tracing"
// FlagPersistNotifications
// PoC Notifications page
FlagPersistNotifications = "persistNotifications"
// FlagCommandPalette
// Enable command palette
FlagCommandPalette = "commandPalette"