🐛 local signature reload
This commit is contained in:
@@ -23,7 +23,7 @@ export default function SignatureDialog(props: any) {
|
||||
|
||||
useEffect(() => {
|
||||
setTypedSignature(localStorage.getItem("typedSignature") || "");
|
||||
});
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user