Job Totals Calc Updates
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Col, Divider, Row, Typography } from "antd";
|
||||
import React from "react";
|
||||
import { Row, Col, Typography } from "antd";
|
||||
import "./layout-form-row.styles.scss";
|
||||
|
||||
export default function LayoutFormRow({
|
||||
@@ -41,10 +41,12 @@ export default function LayoutFormRow({
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
//{header ? <Typography.Title level={4}>{header}</Typography.Title> : null}
|
||||
return (
|
||||
<div className="imex-form-row" {...restProps}>
|
||||
{header ? <Typography.Title level={4}>{header}</Typography.Title> : null}
|
||||
<Divider orientation="left" type="horizontal">
|
||||
{header}
|
||||
</Divider>
|
||||
<Row {...rowGutter}>
|
||||
{children.map(
|
||||
(c, idx) =>
|
||||
|
||||
Reference in New Issue
Block a user