We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75745ae commit a8c79ceCopy full SHA for a8c79ce
internal/webserver/web/static/js/admin_ui_upload.js
@@ -959,6 +959,9 @@ function handleUndo(button) {
959
apiFilesRestore(button.dataset.fileid)
960
.then(data => {
961
addRow(data.FileInfo);
962
+ if (isE2EEnabled) {
963
+ GokapiE2EDecryptMenu();
964
+ }
965
})
966
.catch(error => {
967
alert("Unable to restore file: " + error);
0 commit comments