Skip to content

Commit 7bbec79

Browse files
authored
Merge pull request RooCodeInc#1104 from oprstchn/fix/awsbedrock-region-update
fix: Update AWS Bedrock region options
2 parents 79e5f56 + 97b8ee3 commit 7bbec79

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)