Add changes to Partition Key A/B Test (#954)

This commit is contained in:
t-tarabhatia
2021-07-29 06:48:03 -07:00
committed by GitHub
parent a66fc06dad
commit 7e0c4b7290
4 changed files with 23 additions and 5 deletions

View File

@@ -331,6 +331,12 @@ function updateContextsFromPortalMessage(inputs: DataExplorerInputsFrame) {
if (inputs.flights.indexOf(Flights.PartitionKeyTest) !== -1) {
userContext.features.partitionKeyDefault = true;
}
if (inputs.flights.indexOf(Flights.PartitionKeyTest) !== -1) {
userContext.features.partitionKeyDefault = true;
}
if (inputs.flights.indexOf(Flights.PKPartitionKeyTest) !== -1) {
userContext.features.partitionKeyDefault2 = true;
}
}
}