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:
parent
47071627c5
commit
68adc696b9
9 changed files with 21 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue