Skip to content

Commit 8851c75

Browse files
committed
Removing Value from Numerical tab when setting tabs should only use NumericalValue
1 parent 105e8ce commit 8851c75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

launcher-csharp/eSignature/Examples/SetEnvelopeTabValue.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ public static (string, string) CreateEnvelopeAndUpdateTabData(
9494
DocumentId = "1",
9595
MinNumericalValue = "0",
9696
MaxNumericalValue = "1000000",
97-
Value = salary.ToString("C2"),
9897
TabId = "salary",
9998
TabLabel = "Salary",
10099
NumericalValue = salary.ToString(),

0 commit comments

Comments
 (0)