Fixed Bug 63128 - Rooms.Archive. ‘Uncaught TypeError: Cannot read properties of undefined (reading 'Move')’

This commit is contained in:
Nikita Gopienko 2023-06-22 14:57:40 +03:00
parent 7844753600
commit 8b10a2a815

View File

@ -123,7 +123,7 @@ export default inject(
? selection
: bufferSelection
? [bufferSelection]
: [{ id: selectedFolderStore.id }];
: [selectedFolderStore];
return {
visible,