mirror of https://github.com/usual2970/certimate
fix tencent cos ui onload verify
parent
59584a2961
commit
d82a9c9253
|
@ -47,7 +47,7 @@ const DeployToTencentCOS = () => {
|
|||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
const regionResp = regionSchema.safeParse(data.config?.bucket);
|
||||
const regionResp = regionSchema.safeParse(data.config?.region);
|
||||
if (!regionResp.success) {
|
||||
setError({
|
||||
...error,
|
||||
|
|
Loading…
Reference in New Issue