Add tableColumns to syncer.

This commit is contained in:
Yang Luo
2021-12-19 10:21:05 +08:00
parent 29d512d316
commit e7f395cfd4
4 changed files with 194 additions and 10 deletions

View File

@ -60,7 +60,11 @@ class SyncerListPage extends React.Component {
password: "123456",
database: "dbName",
table: "tableName",
tableColumns: [],
affiliationTable: "",
avatarBaseUrl: "",
syncInterval: 1,
isEnabled: true,
}
}