Add UX for Mongo indexing experiment (#368)

Co-authored-by: Tim Sander <tisande@microsoft.com>
This commit is contained in:
Steve Faulkner
2021-01-05 16:04:55 -06:00
committed by GitHub
parent e801364800
commit 4a8f408112
4 changed files with 14 additions and 2 deletions

View File

@@ -132,6 +132,7 @@ export class Features {
export class Flights {
public static readonly SettingsV2 = "settingsv2";
public static readonly MongoIndexEditor = "mongoindexeditor";
public static readonly MongoIndexing = "mongoindexing";
}
export class AfecFeatures {