Add "기타" category

Adds "기타" category to the existing categories.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-22 06:31:08 +00:00
parent a8f29e669f
commit 8de82b17f0
7 changed files with 25 additions and 20 deletions

View File

@@ -24,7 +24,7 @@ const ExpenseForm: React.FC<ExpenseFormProps> = ({ onSubmit, onCancel, isSubmitt
defaultValues: {
title: '',
amount: '',
category: '식',
category: '식',
}
});