mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat: invoice Detail.
This commit is contained in:
@@ -15,7 +15,15 @@ function EstimateDetailDrawer({
|
||||
payload: { estimateId },
|
||||
}) {
|
||||
return (
|
||||
<Drawer isOpen={isOpen} name={name} size={'750px'}>
|
||||
<Drawer
|
||||
isOpen={isOpen}
|
||||
name={name}
|
||||
style={{
|
||||
minWidth: '700px',
|
||||
maxWidth: '900px',
|
||||
}}
|
||||
size={'65%'}
|
||||
>
|
||||
<DrawerSuspense>
|
||||
<EstimateDetailDrawerContent estimate={estimateId} />
|
||||
</DrawerSuspense>
|
||||
|
||||
Reference in New Issue
Block a user