mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat: pdf template customize
This commit is contained in:
@@ -108,7 +108,7 @@ function EstimateActionsBar({
|
||||
};
|
||||
// Handle customize button clicl.
|
||||
const handleCustomizeBtnClick = () => {
|
||||
openDrawer(DRAWERS.ESTIMATE_CUSTOMIZE);
|
||||
openDrawer(DRAWERS.BRANDING_TEMPLATES, { resource: 'SaleEstimate' });
|
||||
};
|
||||
|
||||
return (
|
||||
@@ -192,7 +192,7 @@ function EstimateActionsBar({
|
||||
<Menu>
|
||||
<MenuItem
|
||||
onClick={handleCustomizeBtnClick}
|
||||
text={'Customize Estimate'}
|
||||
text={'Customize Templates'}
|
||||
/>
|
||||
</Menu>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user