Fix updating video tags to empty field
[oweals/peertube.git] / client / src / app / shared / misc / delete-button.component.ts
index e04039f6923c97ebf8c644e63a89300f351cbb37..2ffd98212727f1327b402e64902dcb4a2bdce871 100644 (file)
@@ -1,4 +1,4 @@
-import { Component } from '@angular/core'
+import { Component, Input } from '@angular/core'
 
 @Component({
   selector: 'my-delete-button',
@@ -7,4 +7,5 @@ import { Component } from '@angular/core'
 })
 
 export class DeleteButtonComponent {
+  @Input() label = 'Delete'
 }