mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
fix: auto insert prefilled text and number fields (#2157)
This commit is contained in:
@ -104,7 +104,7 @@ export default function EnvelopeGenericPageRenderer() {
|
||||
pageHeight: unscaledViewport.height,
|
||||
color: getRecipientColorKey(field.recipientId),
|
||||
editable: false,
|
||||
mode: overrideSettings?.mode ?? 'sign',
|
||||
mode: overrideSettings?.mode ?? 'edit',
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user