updates on the invoice endpoint fix
This commit is contained in:
@@ -108,7 +108,7 @@ const InvoicePreview = () => {
|
|||||||
<IconButton
|
<IconButton
|
||||||
color="primary"
|
color="primary"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
navigate('/invoice');
|
navigate('/nearle/invoice');
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<FaArrowLeft size={'large'} />
|
<FaArrowLeft size={'large'} />
|
||||||
|
|||||||
Reference in New Issue
Block a user