Loading client/src/components/Libraries/LibraryFolder/TopToolbar/FolderTopBar.vue +1 −1 Original line number Diff line number Diff line Loading @@ -203,7 +203,7 @@ export default { return this.folderContents.find((el) => el.type === "folder" || el.type === "file"); }, canDelete: function () { return !!(this.contains_file_or_folder && this.is_admin); return !!this.is_admin; }, dataset_manipulation: function () { const Galaxy = getGalaxyInstance(); Loading Loading
client/src/components/Libraries/LibraryFolder/TopToolbar/FolderTopBar.vue +1 −1 Original line number Diff line number Diff line Loading @@ -203,7 +203,7 @@ export default { return this.folderContents.find((el) => el.type === "folder" || el.type === "file"); }, canDelete: function () { return !!(this.contains_file_or_folder && this.is_admin); return !!this.is_admin; }, dataset_manipulation: function () { const Galaxy = getGalaxyInstance(); Loading