Merge branch 'feature/thirdparty-integrations' of https://github.com/ONLYOFFICE/AppServer into feature/thirdparty-integrations

This commit is contained in:
Nikita Gopienko 2021-01-14 13:00:41 +03:00
commit c6d4ff33b0

View File

@ -226,6 +226,7 @@ class TreeFolders extends React.Component {
id={item.id} id={item.id}
key={item.id} key={item.id}
title={item.title} title={item.title}
needTopMargin={item.rootFolderType === FolderType.Privacy}
icon={this.getFolderIcon(item)} icon={this.getFolderIcon(item)}
dragging={dragging} dragging={dragging}
isLeaf={ isLeaf={