mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
🐛 local signature reload
This commit is contained in:
@ -23,7 +23,7 @@ export default function SignatureDialog(props: any) {
|
|||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
setTypedSignature(localStorage.getItem("typedSignature") || "");
|
setTypedSignature(localStorage.getItem("typedSignature") || "");
|
||||||
});
|
}, []);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user