mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-22 20:29:56 +00:00
fix tencent COS ui
This commit is contained in:
parent
0e575a0ce7
commit
4b324e6a22
@ -32,7 +32,7 @@ const DeployToTencentCOS = () => {
|
||||
}, [data]);
|
||||
|
||||
useEffect(() => {
|
||||
const bucketResp = bucketSchema.safeParse(data.config?.domain);
|
||||
const bucketResp = bucketSchema.safeParse(data.config?.bucket);
|
||||
if (!bucketResp.success) {
|
||||
setError({
|
||||
...error,
|
||||
|
Loading…
x
Reference in New Issue
Block a user