From 24377a37f417ffd1b4ed677c81a4c1d25fd66f54 Mon Sep 17 00:00:00 2001 From: Maksym Dudnik Date: Tue, 25 Jul 2023 13:38:41 +0300 Subject: [PATCH] empty array fix --- .../widget/lib/gateway/gateway-connectors.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/app/modules/home/components/widget/lib/gateway/gateway-connectors.component.ts b/ui-ngx/src/app/modules/home/components/widget/lib/gateway/gateway-connectors.component.ts index 868819ddce..fa26cfa509 100644 --- a/ui-ngx/src/app/modules/home/components/widget/lib/gateway/gateway-connectors.component.ts +++ b/ui-ngx/src/app/modules/home/components/widget/lib/gateway/gateway-connectors.component.ts @@ -83,7 +83,7 @@ export class GatewayConnectorComponent extends PageComponent implements AfterVie attributeDataSource: AttributeDatasource; - sharedAttributeData: Array; + sharedAttributeData: Array = []; inactiveConnectorsDataSource: AttributeDatasource;