fix: single signature issue, change react tour message, add icon for create new tamplate

This commit is contained in:
RaktimaNXG
2024-01-03 19:47:22 +05:30
parent 3226e4fd85
commit 1cd6718489
8 changed files with 609 additions and 590 deletions
@@ -286,7 +286,7 @@ function RenderPdf({
}}
src={pos.SignUrl}
style={{
width: "100%",
width: "99%",
height: "100%",
objectFit: "contain"
}}
@@ -477,7 +477,9 @@ function RenderPdf({
onClick={() => {
setIsSignPad(true);
setSignKey(pos.key);
setIsStamp(pos?.isStamp ? pos.isStamp : false);
setIsStamp(
pos?.isStamp ? pos.isStamp : false
);
}}
>
<BorderResize />
@@ -490,7 +492,7 @@ function RenderPdf({
}}
src={pos.SignUrl}
style={{
width: "100%",
width: "99%",
height: "100%",
objectFit: "contain"
}}
@@ -1006,7 +1008,9 @@ function RenderPdf({
onClick={() => {
setIsSignPad(true);
setSignKey(pos.key);
setIsStamp(pos?.isStamp ? pos.isStamp : false);
setIsStamp(
pos?.isStamp ? pos.isStamp : false
);
}}
>
<div style={{ pointerEvents: "none" }}>
@@ -1020,7 +1024,7 @@ function RenderPdf({
}}
src={pos.SignUrl}
style={{
width: "100%",
width: "99%",
height: "100%",
objectFit: "contain"
}}