Skip to content
Snippets Groups Projects
Commit 044033fe authored by Sivert Kronen Hatteberg's avatar Sivert Kronen Hatteberg
Browse files

Controller does not support undefined as as default input.

Breaks npm build

Issue: GREG-96
parent c507c903
No related branches found
No related tags found
1 merge request!125Greg 96 fix build
Pipeline #98388 passed
...@@ -225,7 +225,6 @@ const StepPersonForm = forwardRef( ...@@ -225,7 +225,6 @@ const StepPersonForm = forwardRef(
<Controller <Controller
name="role_end" name="role_end"
control={control} control={control}
defaultValue={undefined}
render={({ field }) => ( render={({ field }) => (
<DatePicker <DatePicker
mask="____-__-__" mask="____-__-__"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment