mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
add notes to scheduled transactions table (#5290)
This commit is contained in:
@@ -943,7 +943,7 @@ export function ScheduleDetails({ id, transaction }: ScheduleDetailsProps) {
|
||||
/>
|
||||
}
|
||||
transactions={state.transactions}
|
||||
fields={['date', 'payee', 'amount']}
|
||||
fields={['date', 'payee', 'notes', 'amount']}
|
||||
style={{
|
||||
border: '1px solid ' + theme.tableBorder,
|
||||
borderRadius: 4,
|
||||
|
||||
6
upcoming-release-notes/5290.md
Normal file
6
upcoming-release-notes/5290.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [spezzino]
|
||||
---
|
||||
|
||||
Add notes to the scheduled transactions table
|
||||
Reference in New Issue
Block a user