diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2019-03-04 19:25:41 +0530 |
---|---|---|
committer | IBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com> | 2019-03-04 19:25:51 +0530 |
commit | b4e6dd1e25a96a6d058c527a4fc85a8534758c58 (patch) | |
tree | 8c59f5d09a6a68f4da0cbf8e9f4eb8c8379e159d /cds-ui/client/src/app | |
parent | 4f459295af885168c804bd5d250d2cceca2940cb (diff) |
Error Fix
Fixed error in editor component.
Issue-ID: CCSDK-704
Change-Id: I4777bcc8b24797e65bf0be64c8191f40bf163631
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui/client/src/app')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |