mirror of
https://github.com/documenso/documenso.git
synced 2026-06-22 04:12:06 +10:00
fix: default v2 embed allow document rejection to false
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ export const DocumentSigningPageViewV2 = () => {
|
|||||||
|
|
||||||
const {
|
const {
|
||||||
isEmbed = false,
|
isEmbed = false,
|
||||||
allowDocumentRejection = true,
|
allowDocumentRejection = false,
|
||||||
hidePoweredBy = true,
|
hidePoweredBy = true,
|
||||||
onDocumentRejected,
|
onDocumentRejected,
|
||||||
} = useEmbedSigningContext() || {};
|
} = useEmbedSigningContext() || {};
|
||||||
|
|||||||
Reference in New Issue
Block a user