Web: Files: Row: Disabled version action inside trash folder

This commit is contained in:
Ilya Oleshko 2021-04-06 16:46:48 +03:00
parent 19526b1d96
commit fb47962f12

View File

@ -393,7 +393,9 @@ class FilesRowContent extends React.PureComponent {
setIsVerHistoryPanel,
fetchFileVersions,
history,
isTrashFolder,
} = this.props;
if (isTrashFolder) return;
if (!isTabletView) {
fetchFileVersions(item.id + "");