mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
fix: darkmode ui bugs
This commit is contained in:
@@ -45,7 +45,7 @@ import { isEmpty } from 'lodash';
|
||||
* Bills actions bar.
|
||||
*/
|
||||
function BillActionsBar({
|
||||
// #withBillActions
|
||||
// #withBillsActions
|
||||
setBillsTableState,
|
||||
|
||||
// #withBills
|
||||
|
||||
@@ -13,7 +13,7 @@ import {
|
||||
import BillsEmptyStatus from './BillsEmptyStatus';
|
||||
|
||||
import { withBills } from './withBills';
|
||||
import { withBillActions } from './withBillsActions';
|
||||
import { withBillsActions } from './withBillsActions';
|
||||
import { withAlertActions } from '@/containers/Alert/withAlertActions';
|
||||
import { withDialogActions } from '@/containers/Dialog/withDialogActions';
|
||||
import { withDrawerActions } from '@/containers/Drawer/withDrawerActions';
|
||||
@@ -163,7 +163,7 @@ function BillsDataTable({
|
||||
|
||||
export default compose(
|
||||
withBills(({ billsTableState }) => ({ billsTableState })),
|
||||
withBillActions,
|
||||
withBillsActions,
|
||||
withAlertActions,
|
||||
withDrawerActions,
|
||||
withDialogActions,
|
||||
|
||||
@@ -6,7 +6,7 @@ import { DashboardViewsTabs } from '@/components';
|
||||
import { useBillsListContext } from './BillsListProvider';
|
||||
|
||||
import { withBills } from './withBills';
|
||||
import { withBillActions } from './withBillsActions';
|
||||
import { withBillsActions } from './withBillsActions';
|
||||
|
||||
import { compose, transfromViewsToTabs } from '@/utils';
|
||||
|
||||
@@ -14,7 +14,7 @@ import { compose, transfromViewsToTabs } from '@/utils';
|
||||
* Bills view tabs.
|
||||
*/
|
||||
function BillViewTabs({
|
||||
// #withBillActions
|
||||
// #withBillsActions
|
||||
setBillsTableState,
|
||||
|
||||
// #withBills
|
||||
@@ -47,7 +47,7 @@ function BillViewTabs({
|
||||
}
|
||||
|
||||
export default compose(
|
||||
withBillActions,
|
||||
withBillsActions,
|
||||
withBills(({ billsTableState }) => ({
|
||||
billsCurrentView: billsTableState.viewSlug,
|
||||
})),
|
||||
|
||||
Reference in New Issue
Block a user