mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
refactoring: expenses landing list.
refactoring: customers landing list. refactoring: vendors landing list. refactoring: manual journals landing list.
This commit is contained in:
@@ -37,8 +37,11 @@ function ExpensePublishAlert({
|
||||
}),
|
||||
intent: Intent.SUCCESS,
|
||||
});
|
||||
closeAlert(name)
|
||||
})
|
||||
.catch((error) => {});
|
||||
.catch((error) => {
|
||||
closeAlert(name)
|
||||
});
|
||||
};
|
||||
|
||||
return (
|
||||
@@ -61,4 +64,4 @@ function ExpensePublishAlert({
|
||||
export default compose(
|
||||
withAlertStoreConnect(),
|
||||
withAlertActions,
|
||||
)(ExpensePublishAlert);
|
||||
)(ExpensePublishAlert);
|
||||
|
||||
Reference in New Issue
Block a user