fixed sodistorehome s3 bucket number error
This commit is contained in:
parent
e4674b41e5
commit
a3d12e54ec
|
|
@ -361,7 +361,7 @@ function InformationSodistorehome(props: InformationSodistorehomeProps) {
|
||||||
name="s3writesecretkey"
|
name="s3writesecretkey"
|
||||||
value={
|
value={
|
||||||
formValues.s3BucketId +
|
formValues.s3BucketId +
|
||||||
'-c0436b6a-d276-4cd8-9c44-1eae86cf5d0e'
|
'-e7b9a240-3c5d-4d2e-a019-6d8b1f7b73fa'
|
||||||
}
|
}
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
fullWidth
|
fullWidth
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue