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.ts2
1 files changed, 2 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 913072665..1899cb26e 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,8 @@ import { IBlueprint } from '../models/blueprint.model';
export const initialBlueprintState : IBlueprintState = {
blueprint : {} as IBlueprint,
+ files: [],
+ filesData: [],
isLoadSuccess: false,
isUpdateSuccess: false,
isSaveSuccess: false,