Web:Files:Article: add new icons for article items

This commit is contained in:
TimofeyBoyko 2022-06-22 12:32:21 +03:00
parent 97dca619a2
commit 4b7520c6a8

View File

@ -166,6 +166,12 @@ const Items = ({
case FolderType.USER:
iconUrl = "/static/images/catalog.user.react.svg";
break;
case FolderType.Rooms:
iconUrl = "/static/images/catalog.folder.react.svg";
break;
case FolderType.Archive:
iconUrl = "/static/images/catalog.archive.react.svg";
break;
case FolderType.SHARE:
iconUrl = "/static/images/catalog.shared.react.svg";
break;
@ -349,6 +355,8 @@ export default inject(
isPrivacyFolder,
} = treeFoldersStore;
console.log(auth.settingsStore.docspace);
const { id } = selectedFolderStore;
const { moveDragItems, uploadEmptyFolders } = filesActionsStore;
return {