IO-897 Save and New for payment modal

This commit is contained in:
Patrick Fic
2021-04-13 10:36:41 -07:00
parent 12609d54ca
commit 70a6ffc7db
6 changed files with 76 additions and 17 deletions

View File

@@ -140,9 +140,10 @@ export function PaymentFormComponent({
<Form.Item
label={t("general.labels.sendby")}
name="sendby"
initialValue="email"
initialValue="none"
>
<Radio.Group disabled={disabled}>
<Radio value="none">{t("general.labels.none")}</Radio>
<Radio value="email">{t("general.labels.email")}</Radio>
<Radio value="print">{t("general.labels.print")}</Radio>
</Radio.Group>