mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: add style of bill.
This commit is contained in:
@@ -7,7 +7,15 @@ const BillDeleteAlert = React.lazy(() =>
|
||||
import('containers/Alerts/Bills/BillDeleteAlert'),
|
||||
);
|
||||
|
||||
const BillLocatedLandedCostDeleteAlert = React.lazy(() =>
|
||||
import('containers/Alerts/Bills/BillLocatedLandedCostDeleteAlert'),
|
||||
);
|
||||
|
||||
export default [
|
||||
{ name: 'bill-delete', component: BillDeleteAlert },
|
||||
{ name: 'bill-open', component: BillOpenAlert },
|
||||
{
|
||||
name: 'bill-located-cost-delete',
|
||||
component: BillLocatedLandedCostDeleteAlert,
|
||||
},
|
||||
];
|
||||
|
||||
@@ -57,7 +57,7 @@ export function ActionsMenu({
|
||||
<If condition={!original.is_open}>
|
||||
<MenuItem
|
||||
icon={<Icon icon={'check'} iconSize={18} />}
|
||||
text={intl.get('mark_as_opened')}
|
||||
text={intl.get('mark_as_open')}
|
||||
onClick={safeCallback(onOpen, original)}
|
||||
/>
|
||||
</If>
|
||||
|
||||
Reference in New Issue
Block a user