1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-10-16 20:17:25 +00:00

🧊 SonarQube doesn't like variables named value part 2

This commit is contained in:
Steffo 2021-05-23 18:16:35 +02:00
parent a0bc64d65e
commit bf714b6982
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -30,7 +30,7 @@ export default function FormInlineTimeRay(
buttonIcon = faPlus,
buttonColor = "Green",
placeholder = new Date().toISOString(),
validate = value => value,
validate = val => val,
submit,
...props
},