mirror of
https://github.com/koloideal/Casha.git
synced 2026-06-10 10:25:28 +03:00
update
This commit is contained in:
@@ -13,8 +13,8 @@ class AddTransactionState {
|
||||
|
||||
const AddTransactionState({
|
||||
this.amount,
|
||||
this.category = 'Food',
|
||||
this.type = TransactionType.expense,
|
||||
this.category = 'Salary',
|
||||
this.type = TransactionType.income,
|
||||
required this.date,
|
||||
this.note = '',
|
||||
this.isSubmitting = false,
|
||||
|
||||
Reference in New Issue
Block a user