fix tencent COS ui
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user