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:
@@ -8,7 +8,7 @@ import ReferenceNumberForm from '@/containers/JournalNumber/ReferenceNumberForm'
|
||||
import { withDialogActions } from '@/containers/Dialog/withDialogActions';
|
||||
import { withSettingsActions } from '@/containers/Settings/withSettingsActions';
|
||||
import { withSettings } from '@/containers/Settings/withSettings';
|
||||
import { withBillActions } from '@/containers/Purchases/Bills/BillsLanding/withBillsActions';
|
||||
import { withBillsActions } from '@/containers/Purchases/Bills/BillsLanding/withBillsActions';
|
||||
|
||||
import { compose, optionsMapToArray } from '@/utils';
|
||||
|
||||
@@ -28,7 +28,7 @@ function BillNumberDialogContent({
|
||||
// #withDialogActions
|
||||
closeDialog,
|
||||
|
||||
// #withBillActions
|
||||
// #withBillsActions
|
||||
setBillNumberChanged,
|
||||
}) {
|
||||
const fetchSettings = useQuery(['settings'], () => requestFetchOptions({}));
|
||||
@@ -76,5 +76,5 @@ export default compose(
|
||||
nextNumber: billsettings?.next_number,
|
||||
numberPrefix: billsettings?.number_prefix,
|
||||
})),
|
||||
withBillActions,
|
||||
withBillsActions,
|
||||
)(BillNumberDialogContent);
|
||||
|
||||
Reference in New Issue
Block a user