updates on the invoice endpoint fix

This commit is contained in:
2026-06-08 10:59:28 +05:30
parent 174ea5e8f2
commit bbec0aa910

View File

@@ -108,7 +108,7 @@ const InvoicePreview = () => {
<IconButton
color="primary"
onClick={() => {
navigate('/invoice');
navigate('/nearle/invoice');
}}
>
<FaArrowLeft size={'large'} />