IO-864 Change payment radio buttons.
This commit is contained in:
@@ -95,7 +95,12 @@ export function EmailOverlayContainer({
|
||||
setRawHtml(response.data);
|
||||
form.setFieldsValue({
|
||||
...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,
|
||||
fileList: [],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user