Web:Client:Change create to createRoom.

This commit is contained in:
gazizova-vlada 2023-09-22 17:31:45 +03:00
parent 3405508312
commit 0df4122c08

View File

@ -1905,7 +1905,7 @@ class FilesActionStore {
};
getAnotherFolderOptions = (itemsCollection, t) => {
const create = this.getOption("create-room", t);
const createRoom = this.getOption("create-room", t);
const download = this.getOption("download", t);
const downloadAs = this.getOption("downloadAs", t);
const moveTo = this.getOption("moveTo", t);
@ -1914,7 +1914,7 @@ class FilesActionStore {
const showInfo = this.getOption("showInfo", t);
itemsCollection
.set("create", create)
.set("createRoom", createRoom)
.set("download", download)
.set("downloadAs", downloadAs)
.set("moveTo", moveTo)