From acaf1db0409b73bd030675fe0c22f28f187c9f17 Mon Sep 17 00:00:00 2001 From: vinay sharma Date: Fri, 1 Dec 2023 16:17:37 +0530 Subject: [PATCH] added changes to fix the node attribute bug Signed-off-by: vinay sharma --- components/automate-ui/src/app/types/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/automate-ui/src/app/types/types.ts b/components/automate-ui/src/app/types/types.ts index 74290354507..76ad68cfca3 100644 --- a/components/automate-ui/src/app/types/types.ts +++ b/components/automate-ui/src/app/types/types.ts @@ -606,8 +606,8 @@ export class NodeAttributes { this.all = merge( {}, - this.normal, this.default, + this.normal, this.override, this.automatic); }