From c708b685e1cb0f4eb1c8c2c380c820feefbc765a Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Mon, 20 Nov 2023 15:30:53 -0700 Subject: [PATCH] fix type error --- .../ui/src/app/apps/ui/pages/services/status/status.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/projects/ui/src/app/apps/ui/pages/services/status/status.component.ts b/web/projects/ui/src/app/apps/ui/pages/services/status/status.component.ts index 28077098ba..14ece402c0 100644 --- a/web/projects/ui/src/app/apps/ui/pages/services/status/status.component.ts +++ b/web/projects/ui/src/app/apps/ui/pages/services/status/status.component.ts @@ -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$