FIx Frontend

This commit is contained in:
Thermo_SIM
2021-03-19 22:19:23 +01:00
parent bab9bf504a
commit bd1488bc02
@@ -20,7 +20,7 @@ export default class LogMisurazioni extends Vue {
async mounted(){
this.currentPage = 0;
this.totalPages = await awaiter(underTheHoodService.GetHistorySheetsCount());
this.totalPages = await awaiter(underTheHoodService.GetHistorySheetsCount()) / this.itemsPerPage;
this.getLogs();
}