fix: add cert claim logic for legacy cert
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
c2ffd6471b
commit
bc099d4971
@@ -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
|
||||
|
Reference in New Issue
Block a user