IO-864 Change payment radio buttons.
This commit is contained in:
@@ -143,8 +143,8 @@ export function PaymentFormComponent({
|
||||
initialValue="email"
|
||||
>
|
||||
<Radio.Group disabled={disabled}>
|
||||
<Radio.Button value="email">{t("general.labels.email")}</Radio.Button>
|
||||
<Radio.Button value="print">{t("general.labels.print")}</Radio.Button>
|
||||
<Radio value="email">{t("general.labels.email")}</Radio>
|
||||
<Radio value="print">{t("general.labels.print")}</Radio>
|
||||
</Radio.Group>
|
||||
</Form.Item>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user