Web: Files: SelectFolderInput: Added missing props.

This commit is contained in:
Tatiana Lopaeva 2021-07-09 17:23:29 +03:00
parent f08bd76e74
commit 1bfeef948f

View File

@ -94,6 +94,8 @@ class SelectFolderInputBody extends React.PureComponent {
selectedFolderId,
displayType,
dialogWithFiles,
modalHeightContent,
asideHeightContent,
} = this.props;
const { isLoading, baseFolderPath, fullFolderPath } = this.state;
const zIndex = 310;
@ -127,6 +129,8 @@ class SelectFolderInputBody extends React.PureComponent {
selectedFolderId={selectedFolderId}
displayType={displayType}
dialogWithFiles={dialogWithFiles}
modalHeightContent={modalHeightContent}
asideHeightContent={asideHeightContent}
/>
</StyledComponent>
);