mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
BIG-114: fix delete transaction.
This commit is contained in:
@@ -5,7 +5,7 @@ import 'style/components/Drawers/ViewDetail/ViewDetail.scss';
|
|||||||
|
|
||||||
import { BillDrawerProvider } from './BillDrawerProvider';
|
import { BillDrawerProvider } from './BillDrawerProvider';
|
||||||
import BillDrawerDetails from './BillDrawerDetails';
|
import BillDrawerDetails from './BillDrawerDetails';
|
||||||
// import BillDrawerAlerts from './BillDrawerAlerts';
|
import BillDrawerAlerts from './BillDrawerAlerts';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Bill drawer content.
|
* Bill drawer content.
|
||||||
@@ -18,6 +18,7 @@ export default function BillDrawerContent({
|
|||||||
<BillDrawerProvider billId={billId}>
|
<BillDrawerProvider billId={billId}>
|
||||||
<DrawerBody>
|
<DrawerBody>
|
||||||
<BillDrawerDetails />
|
<BillDrawerDetails />
|
||||||
|
<BillDrawerAlerts />
|
||||||
</DrawerBody>
|
</DrawerBody>
|
||||||
</BillDrawerProvider>
|
</BillDrawerProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user