Remove phoenix and notebook temporary down features and apply phoenix for whitelisted acounts

This commit is contained in:
kcheekuri
2021-11-10 10:52:41 -05:00
parent a9d38cdb3b
commit a7409553d4
18 changed files with 164 additions and 217 deletions

View File

@@ -339,9 +339,6 @@ function updateContextsFromPortalMessage(inputs: DataExplorerInputsFrame) {
if (inputs.flights.indexOf(Flights.PKPartitionKeyTest) !== -1) {
userContext.features.partitionKeyDefault2 = true;
}
if (inputs.flights.indexOf(Flights.Phoenix) !== -1) {
userContext.features.phoenix = true;
}
if (inputs.flights.indexOf(Flights.NotebooksDownBanner) !== -1) {
userContext.features.notebooksDownBanner = true;
}