Merge branch 'main' into feat/document-auth

This commit is contained in:
David Nguyen
2024-03-27 15:19:24 +08:00
13 changed files with 52 additions and 23 deletions

View File

@ -247,6 +247,7 @@ export const SinglePlayerClient = () => {
recipients={uploadedFile ? [placeholderRecipient] : []}
fields={fields}
onSubmit={onFieldsSubmit}
isDocumentPdfLoaded={true}
/>
</fieldset>