Migrate Delete Collection Panel to React (#628)

This commit is contained in:
Hardikkumar Nai
2021-04-14 06:26:58 +05:30
committed by GitHub
parent e8033f0bbc
commit 56f430ebd8
22 changed files with 3962 additions and 3627 deletions

View File

@@ -1,6 +1,6 @@
import * as AutoPilotUtils from "../Utils/AutoPilotUtils";
import * as Constants from "../Shared/Constants";
import { DefaultAccountExperienceType } from "../DefaultAccountExperienceType";
import * as Constants from "../Shared/Constants";
import * as AutoPilotUtils from "../Utils/AutoPilotUtils";
interface ComputeRUUsagePriceHourlyArgs {
serverId: string;
@@ -282,7 +282,7 @@ export function getUpsellMessage(
}
}
function getCollectionName(defaultExperience: string): string {
export function getCollectionName(defaultExperience: string): string {
switch (defaultExperience) {
case DefaultAccountExperienceType.DocumentDB:
return "container";