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