mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-29 07:39:56 +00:00
fix tencent cos ui onload verify
This commit is contained in:
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…
x
Reference in New Issue
Block a user