mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-09 14:09:52 +00:00
fix cos region validate
This commit is contained in:
parent
b97d77c848
commit
d833f4b5ff
@ -97,7 +97,7 @@ const DeployToTencentCOS = () => {
|
|||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
const temp = e.target.value;
|
const temp = e.target.value;
|
||||||
|
|
||||||
const resp = bucketSchema.safeParse(temp);
|
const resp = regionSchema.safeParse(temp);
|
||||||
if (!resp.success) {
|
if (!resp.success) {
|
||||||
setError({
|
setError({
|
||||||
...error,
|
...error,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user