changes in Propertydata model 00/83700/2
authorSwapnali Shadanan Pode <sp00501638@techmahindra.com>
Fri, 29 Mar 2019 10:28:29 +0000 (15:58 +0530)
committerSwapnali Pode <sp00501638@techmahindra.com>
Fri, 29 Mar 2019 18:30:14 +0000 (18:30 +0000)
Change-Id: I114a90a8d3b4a1fffdd62a4e3027a7acf6e639ce
Issue-ID: CCSDK-804
Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
cds-ui/client/src/app/common/core/store/models/propertyData.model.ts

index 94cff89..96e9fda 100644 (file)
@@ -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