mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix: branch & warehouse multi select.
This commit is contained in:
@@ -54,10 +54,7 @@ function APAgingSummaryHeader({
|
||||
filterByOption: 'without-zero-balance',
|
||||
};
|
||||
// Formik initial values.
|
||||
const initialValues = transformToForm(
|
||||
{ ...pageFilter, branchesIds: [] },
|
||||
defaultValues,
|
||||
);
|
||||
const initialValues = transformToForm({ ...pageFilter }, defaultValues);
|
||||
|
||||
// Handle form submit.
|
||||
const handleSubmit = (values, { setSubmitting }) => {
|
||||
|
||||
Reference in New Issue
Block a user