summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/common/core/store/state/blueprint.state.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/client/src/app/common/core/store/state/blueprint.state.ts')
-rw-r--r--cds-ui/client/src/app/common/core/store/state/blueprint.state.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cds-ui/client/src/app/common/core/store/state/blueprint.state.ts b/cds-ui/client/src/app/common/core/store/state/blueprint.state.ts
index 1899cb26e..19a837693 100644
--- a/cds-ui/client/src/app/common/core/store/state/blueprint.state.ts
+++ b/cds-ui/client/src/app/common/core/store/state/blueprint.state.ts
@@ -25,6 +25,7 @@ import { IBlueprint } from '../models/blueprint.model';
export const initialBlueprintState : IBlueprintState = {
blueprint : {} as IBlueprint,
+ name: '',
files: [],
filesData: [],
isLoadSuccess: false,