Skip to content

Commit

Permalink
Update client/src/components/History/Content/GenericItem.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Marius van den Beek <[email protected]>
  • Loading branch information
ahmedhamidawan and mvdbeek authored May 23, 2024
1 parent 1e94915 commit cef091b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/History/Content/GenericItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cef091b

Please sign in to comment.