Merge pull request #284 from usual2970/feat/ui-1030

Fix the issue where long domain names or titles overlap the next column.
This commit is contained in:
usual2970
2024-10-31 08:15:22 +08:00
committed by GitHub
6 changed files with 20 additions and 26 deletions

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,