diff --git a/dashboard/src/components/FolderView.vue b/dashboard/src/components/FolderView.vue
index e5ba12c26..ef0c33062 100644
--- a/dashboard/src/components/FolderView.vue
+++ b/dashboard/src/components/FolderView.vue
@@ -32,10 +32,8 @@
-
-
-
-
+
+
@@ -277,12 +275,6 @@ export default {
this.fatalError = errorMessage;
this.$refs.fatalErrorDialog.open();
},
- onCreateMenu(event, elem = null) {
- this.$refs.createMenu.open(event, elem);
- },
- onUploadMenu(event, elem = null) {
- this.$refs.uploadMenu.open(event, elem);
- },
onCancelUpload() {
if (!this.uploadRequest || !this.uploadRequest.xhr) return;
this.uploadRequest.xhr.abort();