mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
fix: Update AWS Bedrock region options
This commit is contained in:
parent
79e5f56ccf
commit
97b8ee3b56
1 changed files with 1 additions and 3 deletions
|
|
@ -468,9 +468,7 @@ const ApiOptions = ({
|
|||
id="aws-region-dropdown"
|
||||
value={apiConfiguration?.awsRegion || ""}
|
||||
style={{ width: "100%" }}
|
||||
onChange={(value: unknown) => {
|
||||
handleInputChange("awsRegion", dropdownEventTransform)
|
||||
}}
|
||||
onChange={handleInputChange("awsRegion", dropdownEventTransform)}
|
||||
options={[
|
||||
{ value: "", label: "Select a region..." },
|
||||
{ value: "us-east-1", label: "us-east-1" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue