mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 07:45:47 +00:00
fix: change NumberInput name from 'period' to 'periode'
This commit is contained in:
@@ -1029,7 +1029,7 @@ const ProjectFlockForm = ({
|
|||||||
isDisabled={formType != 'add'}
|
isDisabled={formType != 'add'}
|
||||||
/>
|
/>
|
||||||
<NumberInput
|
<NumberInput
|
||||||
name='period'
|
name='periode'
|
||||||
label='Periode'
|
label='Periode'
|
||||||
placeholder='Periode Flock'
|
placeholder='Periode Flock'
|
||||||
value={formik.values.periode}
|
value={formik.values.periode}
|
||||||
|
|||||||
Reference in New Issue
Block a user