Web:Client:Home Fixed bug 62147

This commit is contained in:
Akmal Isomadinov 2023-04-19 18:08:32 +05:00
parent f9e2336a41
commit 91be14ff90

View File

@ -337,6 +337,7 @@ class PureHome extends React.Component {
secondaryProgressDataStoreIcon,
itemsSelectionLength,
itemsSelectionTitle,
setItemsSelectionTitle,
refreshFiles,
} = this.props;
@ -360,6 +361,7 @@ class PureHome extends React.Component {
itemsSelectionLength,
itemsSelectionTitle
);
setItemsSelectionTitle(null);
}
}
@ -668,6 +670,7 @@ export default inject(
isSecondaryProgressFinished: isProgressFinished,
itemsSelectionLength,
itemsSelectionTitle,
setItemsSelectionTitle,
} = secondaryProgressDataStore;
const {
@ -732,6 +735,7 @@ export default inject(
selectionTitle,
itemsSelectionLength,
setItemsSelectionTitle,
itemsSelectionTitle,
isErrorRoomNotAvailable,
isRoomsFolder,