mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 02:04:26 +08:00
fix chart data type default value error
This commit is contained in:
@@ -42,7 +42,7 @@ const allChartDataTypes = {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const defaultChartDataType = allChartDataTypes.ExpenseByPrimaryCategory;
|
const defaultChartDataType = allChartDataTypes.ExpenseByPrimaryCategory.type;
|
||||||
|
|
||||||
const allSortingTypes = {
|
const allSortingTypes = {
|
||||||
ByAmount: 0,
|
ByAmount: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user