Skip to content
Snippets Groups Projects
Commit 4179e265 authored by AUBRY JEAN-PASCAL's avatar AUBRY JEAN-PASCAL
Browse files

fix: remove merging errors

Refs #609
parent 01684243
No related branches found
No related tags found
2 merge requests!252release: version 4.18.0,!213Resolve "Ajout du module courbe de remous d'une passe à macro-rugosité"
Checking pipeline status
...@@ -57,6 +57,7 @@ export class SelectFieldLineComponent implements OnInit { ...@@ -57,6 +57,7 @@ export class SelectFieldLineComponent implements OnInit {
} }
} }
protected entryLabel(entry: SelectEntry): string { protected entryLabel(entry: SelectEntry): string {
return decodeHtml(entry.label); return decodeHtml(entry.label);
} }
...@@ -88,16 +89,6 @@ export class SelectFieldLineComponent implements OnInit { ...@@ -88,16 +89,6 @@ export class SelectFieldLineComponent implements OnInit {
return false return false
} }
} }
}
if(this._select.getValue() !== undefined) {
if(Object.keys(this._select.getValue()).length > 0) {
return true;
}
else {
return false
}
}
else { else {
return false return false
} }
......
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