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

Share bug repair 2 (#3547)

* repair share default data bug

* repair folder-img size
This commit is contained in:
杨顺强
2019-05-28 08:56:13 +08:00
committed by Daniel Pan
parent 2e853b001d
commit d057518f5f
8 changed files with 12 additions and 4 deletions

View File

@@ -133,7 +133,7 @@ class DirentGridItem extends React.Component {
render() {
let { dirent, path } = this.props;
let direntPath = Utils.joinPath(path, dirent.name);
let iconUrl = Utils.getDirentIcon(dirent);
let iconUrl = Utils.getDirentIcon(dirent, true);
let fileUrl = dirent.encoded_thumbnail_src ? this.getFileUrl(dirent.encoded_thumbnail_src) : '';
let dirHref = '';