Provide z-index centralisation for lower components
[oweals/peertube.git] / client / src / app / shared / buttons / edit-button.component.ts
index ea552663ac35815a63b894e11484ea034b8287bc..9cfe1a3bbd062ae2665b9ed8a6d675589e6c3794 100644 (file)
@@ -8,5 +8,5 @@ import { Component, Input } from '@angular/core'
 
 export class EditButtonComponent {
   @Input() label: string
-  @Input() routerLink: any = []
+  @Input() routerLink: string[] | string = []
 }