-
+
diff --git a/public/js/components/Studierendenantrag/Leitung/Table.js b/public/js/components/Studierendenantrag/Leitung/Table.js
index 8201462b4..a6737ffd7 100644
--- a/public/js/components/Studierendenantrag/Leitung/Table.js
+++ b/public/js/components/Studierendenantrag/Leitung/Table.js
@@ -53,7 +53,7 @@ export default {
return this.$fhcApi.factory
.studstatus.leitung.getHistory(this.lastHistoryClickedId)
.then(res => {
- this.historyData = res.data.sort((a, b) => a.insertamum > b.insertamum);
+ this.historyData = res.data;
})
.catch(this.$fhcApi.handleSystemError);
},