diff --git a/src/components/ControlBar.vue b/src/components/ControlBar.vue index 5127a38..d84bb6b 100644 --- a/src/components/ControlBar.vue +++ b/src/components/ControlBar.vue @@ -161,7 +161,7 @@ export default { data_request() { this.event(`data_request`, { type: this.type, - amount: this.amount || `10`, + limit: this.amount || `10`, duration: this.duration, }); },