From 9809f8b126dc744872729ac35df11ede55190a6d Mon Sep 17 00:00:00 2001 From: Swapnali Shadanan Pode Date: Fri, 29 Mar 2019 15:58:29 +0530 Subject: changes in Propertydata model Change-Id: I114a90a8d3b4a1fffdd62a4e3027a7acf6e639ce Issue-ID: CCSDK-804 Signed-off-by: sp00501638 --- cds-ui/client/src/app/common/core/store/models/propertyData.model.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cds-ui/client/src/app/common/core/store/models/propertyData.model.ts b/cds-ui/client/src/app/common/core/store/models/propertyData.model.ts index 94cff8991..96e9fda7e 100644 --- a/cds-ui/client/src/app/common/core/store/models/propertyData.model.ts +++ b/cds-ui/client/src/app/common/core/store/models/propertyData.model.ts @@ -20,8 +20,8 @@ import {IEntrySchema} from './entrySchema.model'; export interface IPropertyData{ - discription:string; - _type:string; + description:string; + type:string; required:boolean; entry_schema:IEntrySchema; } \ No newline at end of file -- cgit 1.2.3-korg