diff --git a/src/Explorer/Controls/ThroughputInput/ThroughputInput.tsx b/src/Explorer/Controls/ThroughputInput/ThroughputInput.tsx index ab4c45c03..c4b3d936c 100644 --- a/src/Explorer/Controls/ThroughputInput/ThroughputInput.tsx +++ b/src/Explorer/Controls/ThroughputInput/ThroughputInput.tsx @@ -186,6 +186,7 @@ export const ThroughputInput: FunctionComponent = ({ = ({ tabIndex={0} onChange={(e) => handleOnChangeMode(e, "Autoscale")} /> - Autoscale + = ({ tabIndex={0} onChange={(e) => handleOnChangeMode(e, "Manual")} /> - Manual + {isAutoscaleSelected && ( - + Estimate your required RU/s with{" "} - + capacity calculator . diff --git a/src/Explorer/Controls/ThroughputInput/__snapshots__/ThroughputInput.test.tsx.snap b/src/Explorer/Controls/ThroughputInput/__snapshots__/ThroughputInput.test.tsx.snap index bfe811a96..587eee9dc 100644 --- a/src/Explorer/Controls/ThroughputInput/__snapshots__/ThroughputInput.test.tsx.snap +++ b/src/Explorer/Controls/ThroughputInput/__snapshots__/ThroughputInput.test.tsx.snap @@ -659,35 +659,39 @@ exports[`ThroughputInput Pane should render Default properly 1`] = ` aria-required={true} checked={true} className="throughputInputRadioBtn" + id="Autoscale-input" key=".0:$.0" onChange={[Function]} role="radio" tabIndex={0} type="radio" /> - Autoscale - + - Manual - + Estimate your required RU/s with ); })} - {userContext.apiType === "SQL" && userContext.features.enableHierarchicalKeys && ( + {userContext.apiType === "SQL" && ( {this.state.subPartitionKeys.length > 0 && ( diff --git a/src/Explorer/Panes/__snapshots__/AddCollectionPanel.test.tsx.snap b/src/Explorer/Panes/__snapshots__/AddCollectionPanel.test.tsx.snap index 701503855..d0b8be1ab 100644 --- a/src/Explorer/Panes/__snapshots__/AddCollectionPanel.test.tsx.snap +++ b/src/Explorer/Panes/__snapshots__/AddCollectionPanel.test.tsx.snap @@ -333,6 +333,7 @@ exports[`AddCollectionPanel should render Default properly 1`] = `