mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
fix the incorrect display type name of transaction categories
This commit is contained in:
@@ -93,7 +93,7 @@ export function useSignupPageBase() {
|
||||
const inputIsEmpty = computed<boolean>(() => !!inputEmptyProblemMessage.value);
|
||||
const inputIsInvalid = computed<boolean>(() => !!inputInvalidProblemMessage.value);
|
||||
|
||||
function getCategoryTypeName(categoryType: CategoryType): string {
|
||||
function getCategoryTypeName(categoryType: number): string {
|
||||
switch (categoryType) {
|
||||
case CategoryType.Income:
|
||||
return tt('Income Categories');
|
||||
|
||||
Reference in New Issue
Block a user