diff options
Diffstat (limited to 'client/src/app/shared/shared-main/buttons/button.component.ts')
-rw-r--r-- | client/src/app/shared/shared-main/buttons/button.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-main/buttons/button.component.ts b/client/src/app/shared/shared-main/buttons/button.component.ts index e3a830891..50a3d99ef 100644 --- a/client/src/app/shared/shared-main/buttons/button.component.ts +++ b/client/src/app/shared/shared-main/buttons/button.component.ts | |||
@@ -12,7 +12,7 @@ export class ButtonComponent implements OnInit, OnChanges { | |||
12 | @Input() label = '' | 12 | @Input() label = '' |
13 | @Input() className = 'grey-button' | 13 | @Input() className = 'grey-button' |
14 | @Input() icon: GlobalIconName = undefined | 14 | @Input() icon: GlobalIconName = undefined |
15 | @Input() routerLink: string[] | string | 15 | @Input() ptRouterLink: string[] | string |
16 | @Input() title: string = undefined | 16 | @Input() title: string = undefined |
17 | @Input() loading = false | 17 | @Input() loading = false |
18 | @Input() disabled = false | 18 | @Input() disabled = false |