fix tencent COS ui

This commit is contained in:
Leo Chen 2024-10-23 18:19:35 +08:00
parent 0e575a0ce7
commit 4b324e6a22

View File

@ -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,