1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 19:08:21 +00:00

Update dtable UI (#4009)

* Dtable list page refactoring

* fix code

* fix bug

* fix style

* repair click range

* style

* optimization code

* style

* optimization code

* optimization code

* Variable name

* No Tables replace No tables
This commit is contained in:
zxj96
2019-08-21 20:44:47 +08:00
committed by Daniel Pan
parent fea3cbe5e0
commit 37cce9dd7c
7 changed files with 390 additions and 338 deletions

View File

@@ -197,7 +197,7 @@ class ShareTableToUser extends React.Component {
<DtableSharePermissionEditor
isTextMode={false}
isEditIconShow={false}
currentOption={this.state.permission}
currentPermission={this.state.permission}
onPermissionChanged={this.setPermission}
/>
</td>