mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix(expense drawer): expense drawer.
This commit is contained in:
@@ -75,7 +75,6 @@ function ExpensesDataTable({
|
||||
const handleViewDetailExpense = ({ id }) => {
|
||||
openDrawer('expense-drawer', {
|
||||
expenseId: id,
|
||||
title: `Expense`,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user