Comment Header title
This commit is contained in:
parent
2c32980e7d
commit
cdd9329f24
|
|
@ -444,9 +444,9 @@ const TipAmountSettlementList = () => {
|
|||
<div
|
||||
style={{ padding: '0px', width: '99%', overflow: 'auto', height: '90vh' }}
|
||||
>
|
||||
<div style={{ marginBottom: '10px' }}>
|
||||
<FormHeader title={'Tip Amount Setlement'} />
|
||||
</div>
|
||||
{/* <div style={{ marginBottom: '10px' }}>
|
||||
<FormHeader title={'Tip Amount Settlement'} />
|
||||
</div> */}
|
||||
<Messages
|
||||
messageType={messageType}
|
||||
messageData={messageData}
|
||||
|
|
@ -499,7 +499,6 @@ const TipAmountSettlementList = () => {
|
|||
<Col>
|
||||
<Form.Item
|
||||
name="dateRange"
|
||||
label="Date Range"
|
||||
style={{ marginBottom: '8px' }}
|
||||
rules={[{ type: 'array', required: true, message: 'Please select date range' }]}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue