Update frontend/src/components/tools/sign/SignSettings.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Reece Browne 2025-10-08 14:55:04 +01:00 committed by GitHub
parent 339e5cfb65
commit 13e88943b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -191,7 +191,7 @@ const SignSettings = ({
}
}}
hasSignatureData={!!(canvasSignatureData || imageSignatureData || (parameters.signerName && parameters.signerName.trim() !== ''))}
disabled={false}
disabled={disabled}
showPlaceButton={false}
placeButtonText="Update and Place"
/>