BIG-31: fix close drawer when delete sale estimate.

This commit is contained in:
elforjani3
2021-09-12 15:47:46 +02:00
parent 8e262c79f5
commit 823bbd94b7
2 changed files with 7 additions and 3 deletions

View File

@@ -45,7 +45,6 @@ function EstimateDetailActionsBar({
// Handle delete sale estimate.
const handleDeleteEstimate = () => {
openAlert('estimate-delete', { estimateId });
closeDrawer('estimate-detail-drawer');
};
// Handle print estimate.