aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-03-31 12:44:23 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-31 12:44:23 +0000
commite688cb6c9dbd5ecad4bbc3cd8f57aa9f7d208713 (patch)
tree9830380952b084150477eee98ea2b8aa242d8637 /cds-ui/client/src/app
parentea8fd6be7ad470d398ce029f2866e1ce3e44474b (diff)
parent9809f8b126dc744872729ac35df11ede55190a6d (diff)
Merge "changes in Propertydata model"
Diffstat (limited to 'cds-ui/client/src/app')
-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