new tag v3.1.0

Fix:
  Company references left after the field was removed
This commit is contained in:
2020-10-29 07:32:04 +05:30
parent 969b774a25
commit 4108040cdd
7 changed files with 3 additions and 27 deletions
@@ -44,18 +44,6 @@
<input matInput placeholder="Pax" type="number" formControlName="pax" />
</mat-form-field>
</div>
<div
fxLayout="row"
fxLayoutAlign="space-around start"
fxLayout.lt-md="column"
fxLayoutGap="20px"
fxLayoutGap.lt-md="0px"
>
<mat-form-field fxFlex>
<mat-label>Company</mat-label>
<input matInput placeholder="Company" formControlName="company" />
</mat-form-field>
</div>
<div
fxLayout="row"
fxLayoutAlign="space-around start"