1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 02:10:24 +00:00

modify dtable interface

This commit is contained in:
王健辉
2019-06-25 18:11:58 +08:00
parent 837dfff28f
commit 8562503ef6
4 changed files with 7 additions and 5 deletions

View File

@@ -32,7 +32,6 @@ class CreateTableDialog extends React.Component {
let options = [];
seafileAPI.getAccountInfo().then((res) => {
let obj = {};
console.log(res);
obj.value = 'Personal';
obj.email = res.data.email;
obj.label = 'Personal';