Merge pull request #1104 from oprstchn/fix/awsbedrock-region-update

fix: Update AWS Bedrock region options
This commit is contained in:
Matt Rubens 2025-02-21 11:13:28 -05:00 committed by GitHub
commit 7bbec792be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" },