mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: wip default message to sales transactions.
This commit is contained in:
@@ -7,7 +7,7 @@ import { Intent } from '@blueprintjs/core';
|
||||
import { AppToaster } from '@/components';
|
||||
import { PreferencesInvoiceFormSchema } from './PreferencesInvoiceForm.schema';
|
||||
import { usePreferencesInvoiceFormContext } from './PreferencesInvoiceFormBoot';
|
||||
import { PreferencesGeneralForm } from './PreferencesInvoicesForm';
|
||||
import { PreferencesInvoicesForm } from './PreferencesInvoicesForm';
|
||||
import withDashboardActions from '@/containers/Dashboard/withDashboardActions';
|
||||
|
||||
import { compose, transformToForm } from '@/utils';
|
||||
@@ -59,7 +59,7 @@ function PreferencesInvoiceFormPage({
|
||||
initialValues={initialValues}
|
||||
validationSchema={PreferencesInvoiceFormSchema}
|
||||
onSubmit={handleFormSubmit}
|
||||
component={PreferencesGeneralForm}
|
||||
component={PreferencesInvoicesForm}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user