fix cos region validate

This commit is contained in:
yoan 2024-10-30 16:08:32 +08:00
parent b97d77c848
commit d833f4b5ff

View File

@ -97,7 +97,7 @@ const DeployToTencentCOS = () => {
onChange={(e) => {
const temp = e.target.value;
const resp = bucketSchema.safeParse(temp);
const resp = regionSchema.safeParse(temp);
if (!resp.success) {
setError({
...error,