diff --git a/admin-ui/src/app/features/masterdata/shared/mater-data-common-body/mater-data-common-body.component.html b/admin-ui/src/app/features/masterdata/shared/mater-data-common-body/mater-data-common-body.component.html
index 5f4cb3e9..e88b122a 100644
--- a/admin-ui/src/app/features/masterdata/shared/mater-data-common-body/mater-data-common-body.component.html
+++ b/admin-ui/src/app/features/masterdata/shared/mater-data-common-body/mater-data-common-body.component.html
@@ -30,7 +30,6 @@
[value]="primaryData[field.name]"
required={{field.ismandatory}}
*ngIf="field.name !== 'fieldVal'"
- readonly = true
/>
@@ -179,7 +178,6 @@
[value]="primaryData[field.name]"
required={{field.ismandatory}}
rows="3" cols="40"
- readonly = true
>
@@ -463,7 +461,6 @@
}}"
[value]="secondaryData[field.name]"
*ngIf="field.name !== 'fieldVal'"
- readonly = true
/>
@@ -574,7 +571,6 @@
}}"
[value]="secondaryData[field.name]"
rows="3" cols="40"
- readonly = true
>