diff --git a/products/ASC.Files/Client/src/components/pages/Home/Section/Body/index.js b/products/ASC.Files/Client/src/components/pages/Home/Section/Body/index.js index 3d105ca1c8..a42420c2d3 100644 --- a/products/ASC.Files/Client/src/components/pages/Home/Section/Body/index.js +++ b/products/ASC.Files/Client/src/components/pages/Home/Section/Body/index.js @@ -196,7 +196,6 @@ class SectionBodyContent extends React.Component { showCopyPanel: false, isDrag: false, canDrag: true, - versionHistory: {}, }; this.tooltipRef = React.createRef(); @@ -1570,11 +1569,8 @@ class SectionBodyContent extends React.Component { showSharingPanel, showMoveToPanel, showCopyPanel, - versionHistory, } = this.state; - const { fileId } = versionHistory; - const operationsPanelProps = { setIsLoading, isLoading,