Skip to content

Commit 97b8ee3

Browse files
committed
fix: Update AWS Bedrock region options
1 parent 79e5f56 commit 97b8ee3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

webview-ui/src/components/settings/ApiOptions.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -468,9 +468,7 @@ const ApiOptions = ({
468468
id="aws-region-dropdown"
469469
value={apiConfiguration?.awsRegion || ""}
470470
style={{ width: "100%" }}
471-
onChange={(value: unknown) => {
472-
handleInputChange("awsRegion", dropdownEventTransform)
473-
}}
471+
onChange={handleInputChange("awsRegion", dropdownEventTransform)}
474472
options={[
475473
{ value: "", label: "Select a region..." },
476474
{ value: "us-east-1", label: "us-east-1" },

0 commit comments

Comments
 (0)