fix cannot add preset transaction categories
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ export function localizedPresetCategoryToTransactionCategoryCreateWithSubCategor
|
||||
const subCategory: TransactionCategoryCreateRequest = {
|
||||
name: subPresetCategory.name,
|
||||
type: subPresetCategory.type,
|
||||
parentId: '',
|
||||
parentId: '0',
|
||||
icon: subPresetCategory.icon,
|
||||
color: subPresetCategory.color,
|
||||
comment: '',
|
||||
|
||||
Reference in New Issue
Block a user