mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
refactoring(estimate drawer): estimate drawer.
This commit is contained in:
@@ -68,8 +68,8 @@ function EstimatesDataTable({
|
||||
};
|
||||
|
||||
// Handle drawer estimate.
|
||||
const handleDrawerEstimate = () => {
|
||||
openDrawer('estimate-drawer', {});
|
||||
const handleDrawerEstimate = ({ id }) => {
|
||||
openDrawer('estimate-drawer', { estimateId: id });
|
||||
};
|
||||
|
||||
// Handle convent to invoice.
|
||||
|
||||
Reference in New Issue
Block a user