GNM-1264 Email Validierung entfernen
diff --git a/src/app/pages/step/step.component.html b/src/app/pages/step/step.component.html
index 5cacb69..d1c4390 100644
--- a/src/app/pages/step/step.component.html
+++ b/src/app/pages/step/step.component.html
@@ -47,8 +47,8 @@
<label class="form-field-label" for="switchingObject">Objekt der Schaltung</label>
</div>
<div class="col-md-12">
- <input maxlength="256" type="text" list="" [required]="true" name="stepSwitchingObject" id="stepSwitchingObject"
- class="form-control" [(ngModel)]="step.switchingObject" />
+ <input maxlength="256" type="text" list="" name="stepSwitchingObject" id="stepSwitchingObject" class="form-control"
+ [(ngModel)]="step.switchingObject" />
<datalist id="switchingObjectList">
<option></option>
</datalist>
@@ -104,4 +104,4 @@
</div>
</div>
</form>
-</div>
\ No newline at end of file
+</div>