aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+stats/video/video-stats.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+stats/video/video-stats.component.ts')
-rw-r--r--client/src/app/+stats/video/video-stats.component.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/app/+stats/video/video-stats.component.ts b/client/src/app/+stats/video/video-stats.component.ts
index b6b71d463..51738f8dc 100644
--- a/client/src/app/+stats/video/video-stats.component.ts
+++ b/client/src/app/+stats/video/video-stats.component.ts
@@ -449,6 +449,11 @@ export class VideoStatsComponent implements OnInit {
449 this.peertubeRouter.silentNavigate([], { startDate, endDate }) 449 this.peertubeRouter.silentNavigate([], { startDate, endDate })
450 this.addAndSelectCustomDateFilter() 450 this.addAndSelectCustomDateFilter()
451 } 451 }
452 },
453 limits: {
454 x: {
455 minRange: 2
456 }
452 } 457 }
453 } 458 }
454 }, 459 },