fix type error

This commit is contained in:
Matt Hill
2023-11-20 15:30:53 -07:00
parent cbde91744f
commit c708b685e1

View File

@@ -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$