diff --git a/nest_frontend/components/interactive/FormInlineTimeRay.js b/nest_frontend/components/interactive/FormInlineTimeRay.js index c8dcc69..6aa1a04 100644 --- a/nest_frontend/components/interactive/FormInlineTimeRay.js +++ b/nest_frontend/components/interactive/FormInlineTimeRay.js @@ -30,7 +30,7 @@ export default function FormInlineTimeRay( buttonIcon = faPlus, buttonColor = "Green", placeholder = new Date().toISOString(), - validate = value => value, + validate = val => val, submit, ...props },