This commit is contained in:
2020-08-31 21:24:33 +00:00
parent 525ae9f9bc
commit 57ee986979

View File

@@ -77,7 +77,7 @@ export default {
//get report list from server
//for now we'll fake it
let fakeReportList = [];
for (let i = 0; i < 25; i++) {
for (let i = 0; i < 3; i++) {
fakeReportList.push({
name: "Fake report with the number " + i,
id: i