Повышен лимит запрашиваемых событий

This commit is contained in:
Daria Golova
2022-11-18 17:35:35 +03:00
parent b14a30ccac
commit df3147f666

View File

@@ -114,7 +114,7 @@ export default {
},
fetchEventsData() {
fetchWrapper
.get("registry/event/?limit=20")
.get("registry/event/?limit=100")
.then((res) => this.saveEventsData(res));
},
changeWidth(value) {