Повышен лимит запрашиваемых событий
This commit is contained in:
@@ -114,7 +114,7 @@ export default {
|
|||||||
},
|
},
|
||||||
fetchEventsData() {
|
fetchEventsData() {
|
||||||
fetchWrapper
|
fetchWrapper
|
||||||
.get("registry/event/?limit=20")
|
.get("registry/event/?limit=100")
|
||||||
.then((res) => this.saveEventsData(res));
|
.then((res) => this.saveEventsData(res));
|
||||||
},
|
},
|
||||||
changeWidth(value) {
|
changeWidth(value) {
|
||||||
|
|||||||
Reference in New Issue
Block a user