Skip to content

Commit

Permalink
Add notes to mobile split transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Dec 12, 2023
1 parent e100317 commit 32b67c4
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,14 @@ class TransactionEditInner extends PureComponent {
/>
</View>

<View>
<FieldLabel title="Notes" />
<InputField
defaultValue={childTrans.notes}
onUpdate={value => this.onEdit(childTrans, 'notes', value)}
/>
</View>

<View style={{ alignItems: 'center' }}>
<Button
onClick={() => this.onDelete(childTrans.id)}
Expand Down

0 comments on commit 32b67c4

Please sign in to comment.