Web:Client:Store:FilesActionsStore Added id

This commit is contained in:
Akmal Isomadinov 2022-11-28 17:34:34 +05:00
parent 8f17a5c86b
commit a413e9ff14

View File

@ -1717,6 +1717,7 @@ class FilesActionStore {
.set("download", download)
.set("downloadAs", downloadAs)
.set("restore", {
id: "menu-restore",
label: t("Common:Restore"),
onClick: () => setMoveToPanelVisible(true),
iconUrl: "/static/images/move.react.svg",