fix: use correct property for embed edit editor config (#2985)

This commit is contained in:
Lucas Smith
2026-06-15 14:29:13 +10:00
committed by GitHub
parent 3887aa67c8
commit 702e747375
@@ -298,10 +298,10 @@ const EnvelopeEditPage = ({ embedAuthoringOptions }: EnvelopeEditPageProps) => {
presignToken: token,
mode: 'edit' as const,
onUpdate: async (envelope: TEditorEnvelope) => updateEmbeddedEnvelope(envelope),
brandingLogo,
customBrandingLogo: Boolean(brandingLogo),
user: embedAuthoringOptions.user,
}),
[token],
[token, brandingLogo, embedAuthoringOptions.user],
);
const editorConfig = useMemo(() => {