finance-shared 0.0.22 → 0.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -26239,7 +26239,7 @@ function DocumentSigningDialog({
|
|
|
26239
26239
|
showConfirmCheckbox = false,
|
|
26240
26240
|
showTitle = true,
|
|
26241
26241
|
requireAuthFactor = false,
|
|
26242
|
-
isOfficer
|
|
26242
|
+
isOfficer = false
|
|
26243
26243
|
}) {
|
|
26244
26244
|
const { t: t2 } = useTranslation("Dialog");
|
|
26245
26245
|
const open = useSelector(getIsDocumentSignatureDialogOpen);
|