mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
fix type error
This commit is contained in:
@@ -21,6 +21,7 @@ export class StatusComponent {
|
|||||||
@Input() style?: string = 'regular'
|
@Input() style?: string = 'regular'
|
||||||
@Input() weight?: string = 'normal'
|
@Input() weight?: string = 'normal'
|
||||||
@Input() installProgress?: InstallProgress
|
@Input() installProgress?: InstallProgress
|
||||||
|
@Input() sigtermTimeout?: string | null = null
|
||||||
|
|
||||||
readonly connected$ = this.connectionService.connected$
|
readonly connected$ = this.connectionService.connected$
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user