Bugfix: wrong variablename

This commit is contained in:
cgfhtw
2024-08-12 09:54:00 +02:00
parent d19a47d4b2
commit 47ddebf7c4
@@ -232,7 +232,7 @@ export default {
},
showFeedback(results) {
const countSuccess = results.filter(result => result.status == "fulfilled").length;
const countError = results.length - successes;
const countError = results.length - countSuccess;
//Feedback Success als infoalert
this.$fhcAlert.alertInfo(this.$p.t('ui', 'successNewStatus', {