Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
MattDHill committed Nov 20, 2023
1 parent cbde917 commit c708b68
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export class StatusComponent {
@Input() style?: string = 'regular'
@Input() weight?: string = 'normal'
@Input() installProgress?: InstallProgress
@Input() sigtermTimeout?: string | null = null

readonly connected$ = this.connectionService.connected$

Expand Down

0 comments on commit c708b68

Please sign in to comment.