mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix: item category with item form.
This commit is contained in:
@@ -139,7 +139,7 @@ function ItemFormPrimarySection({
|
||||
categoriesList={categoriesList}
|
||||
selecetedCategoryId={values.category_id}
|
||||
onCategorySelected={(category) => {
|
||||
setFieldValue('item_category_id', category.id);
|
||||
setFieldValue('category_id', category.id);
|
||||
}}
|
||||
popoverProps={{ minimal: true }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user