File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/entities/connection/ui/ConnectionTypeForm/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export const ConnectionIcebergS3Direct = () => {
3636 < Radio . Button value = "path" > { t ( 's3.bucketStylePath' ) } </ Radio . Button >
3737 </ Radio . Group >
3838 </ Form . Item >
39- < Form . Item label = { t ( 's3.region' ) } name = { [ 'connection_data' , 's3_region' ] } >
39+ < Form . Item label = { t ( 's3.region' ) } name = { [ 'connection_data' , 's3_region' ] } rules = { [ { required : true } ] } >
4040 < Input size = "large" placeholder = "us-east-1" />
4141 </ Form . Item >
4242
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export const ConnectionS3 = () => {
3535 < Radio . Button value = "path" > { t ( 's3.bucketStylePath' ) } </ Radio . Button >
3636 </ Radio . Group >
3737 </ Form . Item >
38- < Form . Item label = { t ( 's3.region' ) } name = { [ 'connection_data' , 'region' ] } >
38+ < Form . Item label = { t ( 's3.region' ) } name = { [ 'connection_data' , 'region' ] } rules = { [ { required : true } ] } >
3939 < Input size = "large" placeholder = "us-east-1" />
4040 </ Form . Item >
4141
You can’t perform that action at this time.
0 commit comments