mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
feat: remove email requirement for recipients (#2040)
This commit is contained in:
@ -299,6 +299,8 @@ export const FieldItem = ({
|
||||
}}
|
||||
ref={$el}
|
||||
data-field-id={field.nativeId}
|
||||
data-field-type={field.type}
|
||||
data-recipient-id={field.recipientId}
|
||||
>
|
||||
<FieldContent field={field} />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user