]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-forms/input-readonly-copy.component.ts
Fix lint
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-forms / input-readonly-copy.component.ts
index a67b0c6910f9ccd330b6768c85c3589038b2d7a7..b04d69d057e33ed64dcd3291ed14e1f9d7a0c3a5 100644 (file)
@@ -7,6 +7,7 @@ import { Notifier } from '@app/core'
   styleUrls: [ './input-readonly-copy.component.scss' ]
 })
 export class InputReadonlyCopyComponent {
+  @Input() id: string
   @Input() value = ''
 
   constructor (private notifier: Notifier) { }