Update label render condition

This commit is contained in:
Prajwal Kulkarni
2024-02-07 21:31:51 +05:30
parent c08768a330
commit 4855882ae6
2 changed files with 6 additions and 6 deletions

View File

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