Fix bug which sometimes set an edited expense to Monthly. Fix typo in enum monthly
.
This commit is contained in:
@ -20,7 +20,7 @@ enum Frequency {
|
||||
hint: "Twice Per Month",
|
||||
timesPerYear: 24,
|
||||
),
|
||||
montly(
|
||||
monthly(
|
||||
title: "Monthly",
|
||||
hint: "Once Per Month",
|
||||
timesPerYear: 12,
|
||||
|
Reference in New Issue
Block a user