Fix bug which sometimes set an edited expense to Monthly. Fix typo in enum monthly.

This commit is contained in:
2025-02-07 05:10:22 -07:00
parent 452eb73773
commit 9d478b9cbf
2 changed files with 14 additions and 13 deletions

View File

@ -20,7 +20,7 @@ enum Frequency {
hint: "Twice Per Month",
timesPerYear: 24,
),
montly(
monthly(
title: "Monthly",
hint: "Once Per Month",
timesPerYear: 12,