Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
Max Length ændret.
Browse files Browse the repository at this point in the history
  • Loading branch information
dani832m committed Jan 6, 2020
1 parent a81bcda commit 09e853c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/editScooter/EditScooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ function EditScooter(props) {
name="description"
id="scooterDescription"
minLength="1"
maxLength="200"
maxLength="500"
defaultValue={description.replace(/<br ?\/?>/g, '\n')}
placeholder="Beskrivelse..."
onChange={event =>
Expand Down

0 comments on commit 09e853c

Please sign in to comment.