1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

Fix markdown textarea input id/name

This commit is contained in:
Chocobozzz 2024-09-19 16:08:36 +02:00
parent 47071627c5
commit 68adc696b9
No known key found for this signature in database
GPG key ID: 583A612D890159BE
9 changed files with 21 additions and 19 deletions

View file

@ -51,7 +51,7 @@ export class MarkdownTextareaComponent implements ControlValueAccessor, OnInit {
@Input() markdownVideo: Video
@Input() name = 'description'
@Input({ required: true }) inputId: string
@Input() dir: string
@Input({ transform: booleanAttribute }) withEmoji = false