From 61655a5790921c811b5e3ee97c32362abf8838e3 Mon Sep 17 00:00:00 2001 From: Ilya Oleshko Date: Mon, 28 Sep 2020 14:48:25 +0300 Subject: [PATCH] Web: Files: App : Fixed initial requests, removed fetchMyFolder --- products/ASC.Files/Client/src/App.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/products/ASC.Files/Client/src/App.js b/products/ASC.Files/Client/src/App.js index 3bc41e3576..5885f96a49 100644 --- a/products/ASC.Files/Client/src/App.js +++ b/products/ASC.Files/Client/src/App.js @@ -72,7 +72,6 @@ class App extends React.Component { getModules, getPortalPasswordSettings, getPortalCultures, - fetchMyFolder, fetchTreeFolders, fetchFiles, finalize, @@ -92,7 +91,6 @@ class App extends React.Component { getModules(), getPortalPasswordSettings(), getPortalCultures(), - fetchMyFolder(), fetchTreeFolders() ]; @@ -251,7 +249,6 @@ const mapDispatchToProps = dispatch => { getModules: () => getModules(dispatch), getPortalPasswordSettings: () => getPortalPasswordSettings(dispatch), getPortalCultures: () => getPortalCultures(dispatch), - fetchMyFolder: () => fetchMyFolder(dispatch), fetchTreeFolders: () => fetchTreeFolders(dispatch), fetchFiles: (folderId, filter) => fetchFiles(folderId, filter, dispatch), finalize: () => {