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