From 1dbf7098bb0547b34406245d3b416d86565b7687 Mon Sep 17 00:00:00 2001 From: Viktor Fomin Date: Fri, 29 Jan 2021 15:40:35 +0300 Subject: [PATCH] Web: Files: fixed file status --- .../src/components/pages/Home/Section/Body/FilesRowContent.js | 3 ++- products/ASC.Files/Client/src/store/files/selectors.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/products/ASC.Files/Client/src/components/pages/Home/Section/Body/FilesRowContent.js b/products/ASC.Files/Client/src/components/pages/Home/Section/Body/FilesRowContent.js index 43fc7dc588..8b0916fe5d 100644 --- a/products/ASC.Files/Client/src/components/pages/Home/Section/Body/FilesRowContent.js +++ b/products/ASC.Files/Client/src/components/pages/Home/Section/Body/FilesRowContent.js @@ -541,6 +541,7 @@ class FilesRowContent extends React.PureComponent { : { onClick: this.onFilesClick }; const showNew = !!newItems; + //console.log(fileStatus); return isEdit ? ( )} - {fileStatus === 32 && !isTrashFolder && ( + {fileStatus === 96 && !isTrashFolder && (