mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
code refactor
This commit is contained in:
@@ -133,7 +133,7 @@ function getCategoryTypeName(categoryType: CategoryType): string {
|
||||
}
|
||||
}
|
||||
|
||||
function save() {
|
||||
function save(): void {
|
||||
submitting.value = true;
|
||||
|
||||
const submitCategories = categorizedArrayToPlainArray(allPresetCategories.value);
|
||||
|
||||
Reference in New Issue
Block a user