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:
parent
7b0b028a50
commit
a0bc64d65e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue