Add "기타" category
Adds "기타" category to the existing categories.
This commit is contained in:
@@ -24,7 +24,7 @@ const ExpenseForm: React.FC<ExpenseFormProps> = ({ onSubmit, onCancel, isSubmitt
|
||||
defaultValues: {
|
||||
title: '',
|
||||
amount: '',
|
||||
category: '식비',
|
||||
category: '음식',
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user