mirror of
https://github.com/documenso/documenso.git
synced 2025-11-16 01:32:06 +10:00
chore: typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@ -62,7 +62,7 @@ const upsertFieldText = (field: FieldToRender, options: RenderFieldElementOption
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Default to blank for export mode since this we want to ensure we don't show
|
// Default to blank for export mode since we want to ensure we don't show
|
||||||
// any placeholder text or labels unless actually it's inserted.
|
// any placeholder text or labels unless actually it's inserted.
|
||||||
if (mode === 'export') {
|
if (mode === 'export') {
|
||||||
textToRender = '';
|
textToRender = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user