mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
feat: wip invoice customizer
This commit is contained in:
@@ -9,8 +9,8 @@ const InvoiceCustomizeContent = React.lazy(
|
||||
);
|
||||
|
||||
/**
|
||||
* Refund credit note detail.
|
||||
* @returns
|
||||
* Invoice customize drawer.
|
||||
* @returns {React.ReactNode}
|
||||
*/
|
||||
function InvoiceCustomizeDrawerRoot({
|
||||
name,
|
||||
@@ -19,12 +19,7 @@ function InvoiceCustomizeDrawerRoot({
|
||||
payload: {},
|
||||
}) {
|
||||
return (
|
||||
<Drawer
|
||||
isOpen={isOpen}
|
||||
name={name}
|
||||
size={'100%'}
|
||||
>
|
||||
|
||||
<Drawer isOpen={isOpen} name={name} size={'100%'}>
|
||||
<DrawerSuspense>
|
||||
<InvoiceCustomizeContent />
|
||||
</DrawerSuspense>
|
||||
|
||||
Reference in New Issue
Block a user