Update src/js/form.js

Co-authored-by: mab <git@ma-b.com>
This commit is contained in:
Vincent Bertin 2020-10-30 15:42:50 +01:00 committed by GitHub
parent b5c1da995c
commit 4fb34de49e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ const createFormGroup = ({
const input = createElement('input', inputAttrs) const input = createElement('input', inputAttrs)
if (name === 'heuresortie') { if (name === 'heuresortie') {
setCurrentTime(input) input.value = getCurrentTime()
} }
const validityAttrs = { const validityAttrs = {