From b4e6dd1e25a96a6d058c527a4fc85a8534758c58 Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Mon, 4 Mar 2019 19:25:41 +0530 Subject: Error Fix Fixed error in editor component. Issue-ID: CCSDK-704 Change-Id: I4777bcc8b24797e65bf0be64c8191f40bf163631 Signed-off-by: Arundathi Patil --- .../feature-modules/blueprint/modify-template/editor/editor.component.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.ts') diff --git a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.ts b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.ts index 9073d10cf..46dca73dd 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.ts +++ b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.ts @@ -31,6 +31,7 @@ import { IAppState } from '../../../../common/core/store/state/app.state'; import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import { IBlueprintState } from 'src/app/common/core/store/models/blueprintState.model'; +import { LoadBlueprintSuccess } from '../../../../common/core/store/actions/blueprint.action'; interface FoodNode { -- cgit 1.2.3-korg