mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +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 = {
|
||||
ByAmount: 0,
|
||||
|
||||
Reference in New Issue
Block a user