Added enter again on invoice modal.
This commit is contained in:
@@ -31,7 +31,7 @@ export default function InvoiceEnterModalLinesComponent({
|
||||
|
||||
return (
|
||||
<div>
|
||||
<Form.List name="invoicelines">
|
||||
<Form.List name="invoicelines" >
|
||||
{(fields, { add, remove }) => {
|
||||
return (
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user