FIx Frontend
This commit is contained in:
+1
-1
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user