Skip to content

Commit

Permalink
Merge Change label of durchmesser input (#152)
Browse files Browse the repository at this point in the history
Closes #146
  • Loading branch information
MiraGeowerkstatt authored Jul 28, 2022
2 parents 3f4b0b2 + 0758a19 commit 50de2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClientApp/src/components/BohrungForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export default function BohrungForm(props) {
value={field.value}
sx={{ width: "47%" }}
margin="normal"
label="Durchmesser Bohrloch"
label="Durchmesser Bohrloch [mm]"
type="number"
variant="standard"
{...register("durchmesserBohrloch")}
Expand Down

0 comments on commit 50de2be

Please sign in to comment.