aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/buttons/button.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-05-17 11:56:12 +0200
committerChocobozzz <me@florianbigard.com>2019-05-17 14:04:54 +0200
commitb345a8047bfde1efa1fdbd249f25f663151265a8 (patch)
treebe930c523bee467673bec45fccd4cfb69d5f1cfd /client/src/app/shared/buttons/button.component.ts
parent7b992a86b107fc2917b993127df8e95a66ae94db (diff)
downloadPeerTube-b345a8047bfde1efa1fdbd249f25f663151265a8.tar.gz
PeerTube-b345a8047bfde1efa1fdbd249f25f663151265a8.tar.zst
PeerTube-b345a8047bfde1efa1fdbd249f25f663151265a8.zip
Add audio upload tests
Diffstat (limited to 'client/src/app/shared/buttons/button.component.ts')
-rw-r--r--client/src/app/shared/buttons/button.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/buttons/button.component.ts b/client/src/app/shared/buttons/button.component.ts
index 6d34d07f4..cf334e8d5 100644
--- a/client/src/app/shared/buttons/button.component.ts
+++ b/client/src/app/shared/buttons/button.component.ts
@@ -9,7 +9,7 @@ import { GlobalIconName } from '@app/shared/images/global-icon.component'
9 9
10export class ButtonComponent { 10export class ButtonComponent {
11 @Input() label = '' 11 @Input() label = ''
12 @Input() className: 'orange-button' | 'grey-button' = 'grey-button' 12 @Input() className = 'grey-button'
13 @Input() icon: GlobalIconName = undefined 13 @Input() icon: GlobalIconName = undefined
14 @Input() title: string = undefined 14 @Input() title: string = undefined
15 15