Skip to content
Snippets Groups Projects
Commit bc514e03 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FEAT #14383 TIME 0:03 change the type of the mode variable

parent 4b105c6f
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@
<mat-icon class="fas fa-database" style="height: auto;"></mat-icon>
</button>
<button *ngIf="custom.mode === 'form'; else elseBlock" mat-mini-fab color="primary" style="margin-left: 4px;" title="{{'lang.displayAsTechnicalData' | translate}}"
(click)="mode='tchnical'">
(click)="mode='technical'">
<mat-icon class="fas fa-code" style="height: auto;"></mat-icon>
</button>
<ng-template #elseBlock>
......
......@@ -64,7 +64,7 @@ export class CustomFieldsAdministrationComponent implements OnInit {
];
customFields: any[] = [];
customFieldsClone: any[] = [];
mode: String = 'form';
mode: string = 'form';
incrementCreation: number = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment