]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/buttons/edit-button.component.ts
Fix video action dropdown
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / buttons / edit-button.component.ts
index ea552663ac35815a63b894e11484ea034b8287bc..1fe4f7b3019a13e0d6238ba706501212a849f49d 100644 (file)
@@ -8,5 +8,5 @@ import { Component, Input } from '@angular/core'
 
 export class EditButtonComponent {
   @Input() label: string
-  @Input() routerLink: any = []
+  @Input() routerLink: string[] = []
 }