diff options
-rw-r--r-- | components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/edit-template-modal/edit-template-modal.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/edit-template-modal/edit-template-modal.component.html b/components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/edit-template-modal/edit-template-modal.component.html index eee76dc1..3b276c14 100644 --- a/components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/edit-template-modal/edit-template-modal.component.html +++ b/components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/edit-template-modal/edit-template-modal.component.html @@ -60,7 +60,7 @@ </div> <div class="col-md-6"> <select #templatetype class="custom-select dl-input-text" id="selDataFormat"> - <option *ngFor="let item of templatetypedata" [selected]="item == this.templateInput.type">{{item}}</option> + <option *ngFor="let item of templatetypedata" [selected]="item == this.templateInput.designType">{{item}}</option> </select> </div> </div> |