set for correctly on labels

This commit is contained in:
Thomas Ruoff
2020-10-31 00:15:48 +01:00
parent 87b38e6d30
commit aa2c9a9cab
4 changed files with 22 additions and 7 deletions

View File

@@ -217,6 +217,7 @@ export default function BillPage({
<Input label="Gefahren" name="milage" readOnly value={milage} />
<Select
label="Rate"
name="tarif"
value={tarif}
onChange={(e) => setTarif(e.target.value as MILAGE_TARIFS)}
>
@@ -287,6 +288,7 @@ export default function BillPage({
</div>
<Select
label="Status"
name={status}
value={status}
onChange={(e) => setStatus(e.target.value as BILL_STATUS)}
>