Web: Files: Home: Fixed selection of elements on Tile view

This commit is contained in:
Alexey 2020-07-12 12:49:25 +03:00
parent 031788ba50
commit e3294771ce

View File

@ -184,7 +184,7 @@ TileContainer.propTypes = {
TileContainer.defaultProps = {
itemHeight: 50,
useReactWindow: true,
id: "tileContainer"
id: "rowContainer"
};
export default TileContainer;