IO-864 Change payment radio buttons.
This commit is contained in:
@@ -95,7 +95,12 @@ export function EmailOverlayContainer({
|
|||||||
setRawHtml(response.data);
|
setRawHtml(response.data);
|
||||||
form.setFieldsValue({
|
form.setFieldsValue({
|
||||||
...emailConfig.messageOptions,
|
...emailConfig.messageOptions,
|
||||||
|
cc:
|
||||||
|
emailConfig.messageOptions.cc &&
|
||||||
|
emailConfig.messageOptions.cc.filter((x) => x),
|
||||||
|
to:
|
||||||
|
emailConfig.messageOptions.to &&
|
||||||
|
emailConfig.messageOptions.to.filter((x) => x),
|
||||||
html: response.data,
|
html: response.data,
|
||||||
fileList: [],
|
fileList: [],
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -143,8 +143,8 @@ export function PaymentFormComponent({
|
|||||||
initialValue="email"
|
initialValue="email"
|
||||||
>
|
>
|
||||||
<Radio.Group disabled={disabled}>
|
<Radio.Group disabled={disabled}>
|
||||||
<Radio.Button value="email">{t("general.labels.email")}</Radio.Button>
|
<Radio value="email">{t("general.labels.email")}</Radio>
|
||||||
<Radio.Button value="print">{t("general.labels.print")}</Radio.Button>
|
<Radio value="print">{t("general.labels.print")}</Radio>
|
||||||
</Radio.Group>
|
</Radio.Group>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user