mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
Update client/src/components/History/Content/GenericItem.vue
Co-authored-by: Marius van den Beek <m.vandenbeek@gmail.com>
This commit is contained in:
co-authored by
Marius van den Beek
parent
1e94915c98
commit
cef091bcd1
@@ -88,7 +88,6 @@ export default {
|
||||
onError(e, title = "Error") {
|
||||
const error = errorMessageAsString(e, "Dataset operation failed.");
|
||||
Toast.error(error, title);
|
||||
console.error(error);
|
||||
},
|
||||
async onUndelete(item) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user