-
+
diff --git a/public/js/components/Studierendenantrag/Leitung/Table.js b/public/js/components/Studierendenantrag/Leitung/Table.js
index fa5f50939..5b4320b33 100644
--- a/public/js/components/Studierendenantrag/Leitung/Table.js
+++ b/public/js/components/Studierendenantrag/Leitung/Table.js
@@ -55,7 +55,7 @@ export default {
return this.$api
.call(ApiStudstatusLeitung.getHistory(this.lastHistoryClickedId))
.then(res => {
- this.historyData = res.data.sort((a, b) => a.insertamum > b.insertamum);
+ this.historyData = res.data;
})
.catch(this.$fhcAlert.handleSystemError);
},