diff --git a/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx b/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx index db48ddce2..f39ff185e 100644 --- a/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx +++ b/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx @@ -24,8 +24,6 @@ import { calculateEstimateNumber, usageInGB } from "../../../../../Utils/Pricing import { Int32 } from "../../../../Panes/Tables/Validators/EntityPropertyValidationCommon"; import { AutoscaleEstimatedSpendingDisplayProps, - ManualEstimatedSpendingDisplayProps, - PriceBreakdown, checkBoxAndInputStackProps, getAutoPilotV3SpendElement, getChoiceGroupStyles, @@ -33,14 +31,16 @@ import { getRuPriceBreakdown, getTextFieldStyles, getToolTipContainer, + ManualEstimatedSpendingDisplayProps, manualToAutoscaleDisclaimerElement, messageBarStyles, noLeftPaddingCheckBoxStyle, + PriceBreakdown, saveThroughputWarningMessage, titleAndInputStackProps, transparentDetailsHeaderStyle, } from "../../SettingsRenderUtils"; -import { IsComponentDirtyResult, getSanitizedInputValue, isDirty } from "../../SettingsUtils"; +import { getSanitizedInputValue, IsComponentDirtyResult, isDirty } from "../../SettingsUtils"; import { ToolTipLabelComponent } from "../ToolTipLabelComponent"; export interface ThroughputInputAutoPilotV3Props { @@ -218,7 +218,7 @@ export class ThroughputInputAutoPilotV3Component extends React.Component< const estimatedSpendingColumns: IColumn[] = [ { key: "costType", - name: "Cost Type", + name: "", fieldName: "costType", minWidth: 100, maxWidth: 200, @@ -312,7 +312,7 @@ export class ThroughputInputAutoPilotV3Component extends React.Component< const estimatedSpendingColumns: IColumn[] = [ { key: "costType", - name: "Cost type", + name: "", fieldName: "costType", minWidth: 100, maxWidth: 200,