We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79e5f56 + 97b8ee3 commit 7bbec79Copy full SHA for 7bbec79
webview-ui/src/components/settings/ApiOptions.tsx
@@ -468,9 +468,7 @@ const ApiOptions = ({
468
id="aws-region-dropdown"
469
value={apiConfiguration?.awsRegion || ""}
470
style={{ width: "100%" }}
471
- onChange={(value: unknown) => {
472
- handleInputChange("awsRegion", dropdownEventTransform)
473
- }}
+ onChange={handleInputChange("awsRegion", dropdownEventTransform)}
474
options={[
475
{ value: "", label: "Select a region..." },
476
{ value: "us-east-1", label: "us-east-1" },
0 commit comments