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,
|
buttonIcon = faPlus,
|
||||||
buttonColor = "Green",
|
buttonColor = "Green",
|
||||||
placeholder = new Date().toISOString(),
|
placeholder = new Date().toISOString(),
|
||||||
validate = value => value,
|
validate = val => val,
|
||||||
submit,
|
submit,
|
||||||
...props
|
...props
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue