mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 09:44:26 +08:00
change csv and tsv to subtypes when importing ezbookkeeping exported files in import transaction dialog
This commit is contained in:
@@ -1308,6 +1308,7 @@ function getAllSupportedImportFileTypes(i18nGlobal, translateFn) {
|
||||
subTypes.push({
|
||||
type: subType.type,
|
||||
displayName: translateFn(subType.name),
|
||||
extensions: subType.extensions
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user