fix: remove auto-expand in embeddding

This commit is contained in:
Mythie
2025-02-28 10:11:08 +11:00
committed by David Nguyen
parent 3dce814ab2
commit d970976299
4 changed files with 8 additions and 4 deletions

View File

@ -145,7 +145,9 @@ export default function EmbedDirectTemplatePage() {
recipient={recipient}
fields={fields}
metadata={template.templateMeta}
hidePoweredBy={isPlatformDocument || isEnterpriseDocument || hidePoweredBy}
hidePoweredBy={
isCommunityPlan || isPlatformDocument || isEnterpriseDocument || hidePoweredBy
}
allowWhiteLabelling={isCommunityPlan || isPlatformDocument || isEnterpriseDocument}
/>
</DocumentSigningRecipientProvider>