mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
changed useEffect variables
This commit is contained in:
@ -219,7 +219,7 @@ export const SignaturePad = ({
|
||||
|
||||
img.src = defaultValue;
|
||||
}
|
||||
}, [defaultValue]);
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user