fix: add cert claim logic for legacy cert

This commit is contained in:
Ahmad Abdolsaheb
2019-03-28 11:18:26 +03:00
committed by Mrugesh Mohapatra
parent c2ffd6471b
commit bc099d4971
6 changed files with 119 additions and 110 deletions

View File

@@ -51,7 +51,12 @@ export function DynamicForm({
onSubmit={handleSubmit(submit)}
style={{ width: '100%' }}
>
<FormFields errors={errors} fields={fields} options={options} />
<FormFields
errors={errors}
fields={fields}
formId={id}
options={options}
/>
<BlockSaveWrapper>
{hideButton ? null : (
<BlockSaveButton