diff --git a/src/app/components/select-field-line/select-field-line.component.ts b/src/app/components/select-field-line/select-field-line.component.ts
index d2d65daa9982a8f46b6b0678dc57426d94f187b3..5f057b378f974f9a5cdbd4dcac3cf9bf31e2ee2d 100644
--- a/src/app/components/select-field-line/select-field-line.component.ts
+++ b/src/app/components/select-field-line/select-field-line.component.ts
@@ -57,6 +57,7 @@ export class SelectFieldLineComponent implements OnInit {
         }
     }
 
+
     protected entryLabel(entry: SelectEntry): string {
         return decodeHtml(entry.label);
     }
@@ -88,16 +89,6 @@ export class SelectFieldLineComponent implements OnInit {
                 return false
             }
         }
-    }
-
-        if(this._select.getValue() !== undefined) {
-            if(Object.keys(this._select.getValue()).length > 0) {
-                return true;
-            }
-            else {
-                return false
-            }
-        }
         else {
             return false
         }