chore: fix

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-10-13 08:48:15 +02:00
committed by Patrik Oldsberg
parent fadd3ca42a
commit d4f2e21386
@@ -40,7 +40,7 @@ export const Form = (props: PropsWithChildren<ScaffolderRJSFFormProps>) => {
<Component
{...wrapperProps}
uiSchema={wrapperProps.uiSchema ?? {}}
formData={wrapperProps.formData ?? {}}
formData={wrapperProps.formData}
rawErrors={wrapperProps.rawErrors ?? []}
/>
);