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:
@@ -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';
|
||||
|
Reference in New Issue
Block a user