Skip to content

Commit 6080c59

Browse files
fix: clear image after upload image on sign pad
1 parent 273a35d commit 6080c59

File tree

1 file changed

+1
-0
lines changed
  • microfrontends/SignDocuments/src/Component/component

1 file changed

+1
-0
lines changed

microfrontends/SignDocuments/src/Component/component/signPad.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ function SignPad({
6666

6767
setIsSignImg("");
6868
} else if (isTab === "uploadImage") {
69+
setImage("");
6970
}
7071
};
7172
//function for set signature url

0 commit comments

Comments
 (0)