Web:Client: fix double toast when archive/unarchive room

This commit is contained in:
TimofeyBoyko 2022-10-21 18:24:19 +05:00
parent 242f6c9558
commit 71d28c0b5a

View File

@ -918,7 +918,6 @@ class FilesActionStore {
if (res[0]?.error) return Promise.reject(res[0].error);
const pbData = {
icon: "move",
label: "Archive room operation",
};
const data = res ? res : null;
@ -955,7 +954,6 @@ class FilesActionStore {
if (res[0]?.error) return Promise.reject(res[0].error);
const pbData = {
icon: "move",
label: "Archive room operation",
};
const data = res ? res : null;