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