fix: Update AWS Bedrock region options

This commit is contained in:
oprstchn 2025-02-21 20:01:03 +09:00
parent 79e5f56ccf
commit 97b8ee3b56

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