Skip to content

Commit

Permalink
Use mixin name in error message (#2076)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejritter committed Apr 18, 2024
1 parent 1587f6e commit cb08064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fcrepo-webapp/src/main/webapp/static/js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
window.location.reload();
}
} else {
ajaxErrorHandler(res, 'Error creating binary');
ajaxErrorHandler(res, `Error creating ${mixin}`);
}
});
}
Expand Down

0 comments on commit cb08064

Please sign in to comment.