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

This commit is contained in:
Steffo 2021-05-23 18:15:21 +02:00
parent 7b0b028a50
commit a0bc64d65e
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -25,7 +25,7 @@ export default function FormInlineText(
buttonIcon = faPlus,
buttonColor = "Green",
placeholder = "",
validate = value => value,
validate = val => val,
submit,
...props
},