From 3eeebc911476c6e98ba17866086f8f7204b74238 Mon Sep 17 00:00:00 2001 From: vaidankarswapnil Date: Mon, 7 Feb 2022 12:30:38 +0530 Subject: [PATCH] Fixed a11y scale tab manual option label issue --- .../ThroughputInputAutoPilotV3Component.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx b/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx index c958b5a6a..a22d2b799 100644 --- a/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx +++ b/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx @@ -582,6 +582,7 @@ export class ThroughputInputAutoPilotV3Component extends React.Component< onChange={this.onThroughputChange} min={this.props.minimum} errorMessage={this.props.throughputError} + ariaLabel="Estimate your required throughput with capacity calculator" /> {this.state.exceedFreeTierThroughput && (