Job costing improvements. IO-527
This commit is contained in:
@@ -37,13 +37,6 @@ export default function ReportCenterModalComponent({ context }) {
|
||||
autoComplete={"off"}
|
||||
layout="vertical"
|
||||
form={form}
|
||||
initialValues={{
|
||||
to: [
|
||||
"allan.carr@thinkimex.com",
|
||||
"allanlcarr@outlook.com",
|
||||
"allanlcarr@icloud.com",
|
||||
],
|
||||
}}
|
||||
>
|
||||
<Form.Item
|
||||
name="key"
|
||||
|
||||
@@ -28,6 +28,7 @@ export function ReportCenterModalContainer({
|
||||
visible={visible}
|
||||
title={t("printcenter.labels.reportcentermodal")}
|
||||
onOk={() => toggleModalVisible()}
|
||||
onCancel={() => toggleModalVisible()}
|
||||
cancelButtonProps={{ style: { display: "none" } }}
|
||||
destroyOnClose
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user