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