move saved items feature behind separate feature toggle (#48117)

This commit is contained in:
Ashley Harrison
2022-04-26 11:27:01 +01:00
committed by GitHub
parent c73b9d1818
commit e420252d45
4 changed files with 11 additions and 1 deletions

View File

@@ -56,4 +56,5 @@ export interface FeatureToggles {
explore2Dashboard?: boolean;
persistNotifications?: boolean;
commandPalette?: boolean;
savedItems?: boolean;
}