+
+
setUserAmount(e ? parseInt(e) : undefined)}
+ placeholder="Enter amount of users"
+ defaultValue={userAmount}
+ />
+
setMonthlyDuration(e ? parseInt(e) : undefined)}
+ placeholder="Enter monthly duration"
+ defaultValue={userAmount}
+ />
+
+
+
+ {referralAgentLabel && (
+
+
+
+
+
+ setPaymentValue(e ? parseInt(e) : undefined)}
+ type="number"
+ defaultValue={paymentValue || 0}
+ className="col-span-3"
+ />
+
+
+
+
+