summaryrefslogtreecommitdiffstats
path: root/cds-ui
diff options
context:
space:
mode:
authorSwapnali Shadanan Pode <sp00501638@techmahindra.com>2019-03-29 15:58:29 +0530
committerSwapnali Pode <sp00501638@techmahindra.com>2019-03-29 18:30:14 +0000
commit9809f8b126dc744872729ac35df11ede55190a6d (patch)
tree71b8fc0ec7ee10618fe77ffe3c9faf2fe74c67b6 /cds-ui
parent4d2c0fae422489c14350a95f46325da8d9573ecf (diff)
changes in Propertydata model
Change-Id: I114a90a8d3b4a1fffdd62a4e3027a7acf6e639ce Issue-ID: CCSDK-804 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
Diffstat (limited to 'cds-ui')
-rw-r--r--cds-ui/client/src/app/common/core/store/models/propertyData.model.ts4
1 files 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