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 part 2
This commit is contained in:
parent
a0bc64d65e
commit
bf714b6982
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export default function FormInlineTimeRay(
|
|||
buttonIcon = faPlus,
|
||||
buttonColor = "Green",
|
||||
placeholder = new Date().toISOString(),
|
||||
validate = value => value,
|
||||
validate = val => val,
|
||||
submit,
|
||||
...props
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue