1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 04:54:18 +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, buttonIcon = faPlus,
buttonColor = "Green", buttonColor = "Green",
placeholder = "", placeholder = "",
validate = value => value, validate = val => val,
submit, submit,
...props ...props
}, },