Fixed function.

This commit is contained in:
Tatiana Lopaeva 2024-07-16 15:45:08 +03:00
parent d8ee0192cd
commit b96e349a13

View File

@ -1077,7 +1077,7 @@ class FilesActionStore {
}; };
setPinAction = (action, id, t) => { setPinAction = (action, id, t) => {
const { pinRoom, unpinRoom, setSelected } = this.filesStore; const { pinRoom, unpinRoom, updateRoomPin, setSelected } = this.filesStore;
const { infoPanelSelection, setInfoPanelSelection } = this.infoPanelStore; const { infoPanelSelection, setInfoPanelSelection } = this.infoPanelStore;