mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-09 05:59:50 +00:00
fix cos region validate
This commit is contained in:
parent
b97d77c848
commit
d833f4b5ff
@ -97,7 +97,7 @@ const DeployToTencentCOS = () => {
|
||||
onChange={(e) => {
|
||||
const temp = e.target.value;
|
||||
|
||||
const resp = bucketSchema.safeParse(temp);
|
||||
const resp = regionSchema.safeParse(temp);
|
||||
if (!resp.success) {
|
||||
setError({
|
||||
...error,
|
||||
|
Loading…
x
Reference in New Issue
Block a user