mirror of
https://github.com/documenso/documenso.git
synced 2026-07-27 18:35:05 +10:00
🐛 hide date fields after filling
This commit is contained in:
@@ -83,7 +83,7 @@ export default function PDFViewer(props) {
|
||||
></SignableField>
|
||||
) : (
|
||||
<EditableField
|
||||
hidden={item.Signature}
|
||||
hidden={item.Signature || item.inserted}
|
||||
key={item.id}
|
||||
field={item}
|
||||
className="absolute"
|
||||
|
||||
Reference in New Issue
Block a user