fix: revert adapter port vartype to int (#2174)

This commit is contained in:
Yaodong Yu
2023-08-03 09:35:16 +08:00
committed by GitHub
parent a05ca3af24
commit 685a4514cd
3 changed files with 9 additions and 9 deletions

View File

@ -32,7 +32,7 @@ class AdapterListPage extends BaseListPage {
createdTime: moment().format(),
type: "Database",
host: "localhost",
port: "3306",
port: 3306,
user: "root",
password: "123456",
databaseType: "mysql",