Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
praslnx8 committed Apr 28, 2024
1 parent 68c9b72 commit 3aa58bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/widgets/create_transaction_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class _CreateTransactionPage extends PageState<CreateTransactionViewState,
});

_qtyController.addListener(() {
presenter.onQtyChanged(parseCurrency(_valueController.text) ?? 0);
presenter.onQtyChanged(parseCurrency(_qtyController.text) ?? 0);
});

_descriptionController.addListener(() {
Expand Down

0 comments on commit 3aa58bf

Please sign in to comment.