fixed can't rename notes (#4675)

This commit is contained in:
Alec Bakholdin
2025-03-22 11:20:04 -04:00
committed by GitHub
parent 36c40d90d2
commit 19dbfd0673
2 changed files with 7 additions and 0 deletions

View File

@@ -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'),
},