diff --git a/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx b/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx index f39ff185e..db48ddce2 100644 --- a/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx +++ b/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx @@ -24,6 +24,8 @@ import { calculateEstimateNumber, usageInGB } from "../../../../../Utils/Pricing import { Int32 } from "../../../../Panes/Tables/Validators/EntityPropertyValidationCommon"; import { AutoscaleEstimatedSpendingDisplayProps, + ManualEstimatedSpendingDisplayProps, + PriceBreakdown, checkBoxAndInputStackProps, getAutoPilotV3SpendElement, getChoiceGroupStyles, @@ -31,16 +33,14 @@ import { getRuPriceBreakdown, getTextFieldStyles, getToolTipContainer, - ManualEstimatedSpendingDisplayProps, manualToAutoscaleDisclaimerElement, messageBarStyles, noLeftPaddingCheckBoxStyle, - PriceBreakdown, saveThroughputWarningMessage, titleAndInputStackProps, transparentDetailsHeaderStyle, } from "../../SettingsRenderUtils"; -import { getSanitizedInputValue, IsComponentDirtyResult, isDirty } from "../../SettingsUtils"; +import { IsComponentDirtyResult, getSanitizedInputValue, 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: "", + name: "Cost Type", fieldName: "costType", minWidth: 100, maxWidth: 200, @@ -312,7 +312,7 @@ export class ThroughputInputAutoPilotV3Component extends React.Component< const estimatedSpendingColumns: IColumn[] = [ { key: "costType", - name: "", + name: "Cost type", fieldName: "costType", minWidth: 100, maxWidth: 200, diff --git a/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/__snapshots__/ThroughputInputAutoPilotV3Component.test.tsx.snap b/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/__snapshots__/ThroughputInputAutoPilotV3Component.test.tsx.snap index b74a70612..6673a33d4 100644 --- a/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/__snapshots__/ThroughputInputAutoPilotV3Component.test.tsx.snap +++ b/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/__snapshots__/ThroughputInputAutoPilotV3Component.test.tsx.snap @@ -311,7 +311,7 @@ exports[`ThroughputInputAutoPilotV3Component spendAck checkbox visible 1`] = ` "key": "costType", "maxWidth": 200, "minWidth": 100, - "name": "", + "name": "Cost type", "styles": Object { "root": Object { "selectors": Object { @@ -586,7 +586,7 @@ exports[`ThroughputInputAutoPilotV3Component throughput input visible 1`] = ` "key": "costType", "maxWidth": 200, "minWidth": 100, - "name": "", + "name": "Cost type", "styles": Object { "root": Object { "selectors": Object {