Web: Files: HOC: Added missing folder id for copy link action

This commit is contained in:
Ilya Oleshko 2021-04-28 17:03:06 +03:00
parent 0922970121
commit 35364c97be

View File

@ -83,7 +83,7 @@ export default function withContextOptions(WrappedComponent) {
onClickLinkForPortal = () => { onClickLinkForPortal = () => {
const { item, homepage, t } = this.props; const { item, homepage, t } = this.props;
const { fileExst, canOpenPlayer, webUrl } = item; const { fileExst, canOpenPlayer, webUrl, id } = item;
const isFile = !!fileExst; const isFile = !!fileExst;
copy( copy(