Web: Fixed property after merge.

This commit is contained in:
Tatiana Lopaeva 2021-10-01 20:27:00 +03:00
parent c4029bcd08
commit 10d4bbdfd9
3 changed files with 3 additions and 3 deletions

View File

@ -602,7 +602,7 @@ class DocumentsModule extends React.Component {
isError={isError} isError={isError}
onSetLoadingData={onSetLoadingData} onSetLoadingData={onSetLoadingData}
foldersType="common" foldersType="common"
isCommonWithoutProvider withoutProvider
isSavingProcess={isLoadingData} isSavingProcess={isLoadingData}
/> />
) : ( ) : (

View File

@ -81,7 +81,7 @@ class DocumentsModule extends React.Component {
isPanelVisible={isPanelVisible} isPanelVisible={isPanelVisible}
isSavingProcess={isCopyingLocal} isSavingProcess={isCopyingLocal}
foldersType="common" foldersType="common"
isCommonWithoutProvider withoutProvider
fontSizeInput={"13px"} fontSizeInput={"13px"}
/> />

View File

@ -11,7 +11,7 @@ class Documents extends React.Component {
onClose={onClose} onClose={onClose}
isPanelVisible={isPanelVisible} isPanelVisible={isPanelVisible}
foldersType="common" foldersType="common"
isCommonWithoutProvider withoutProvider
isArchiveOnly isArchiveOnly
searchParam=".gz" searchParam=".gz"
/> />