mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-21 20:44: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,
|
||||
buttonColor = "Green",
|
||||
placeholder = "",
|
||||
validate = value => value,
|
||||
validate = val => val,
|
||||
submit,
|
||||
...props
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue