]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/buttons/delete-button.component.ts
Add reason when banning a user
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / buttons / delete-button.component.ts
CommitLineData
ab998f7b 1import { Component, Input } from '@angular/core'
cd83ea1b
C
2
3@Component({
4 selector: 'my-delete-button',
5 styleUrls: [ './button.component.scss' ],
6 templateUrl: './delete-button.component.html'
7})
8
9export class DeleteButtonComponent {
eacb25c4 10 @Input() label: string
cd83ea1b 11}