mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
fixed can't rename notes (#4675)
This commit is contained in:
@@ -84,6 +84,7 @@ export const schema = {
|
||||
is_income: f('boolean'),
|
||||
hidden: f('boolean'),
|
||||
group: f('id', { ref: 'category_groups' }),
|
||||
goal_def: f('string'),
|
||||
sort_order: f('float'),
|
||||
tombstone: f('boolean'),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user