mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-12-26 07:33:21 -05:00
Make OFX the default import type
This commit is contained in:
parent
4c1b917e05
commit
40e5be0219
@ -491,7 +491,7 @@ const ImportTransactionsModal = React.createClass({
|
||||
startDate.setMonth(startDate.getMonth() - 1);
|
||||
return {
|
||||
importFile: "",
|
||||
importType: ImportType.Gnucash,
|
||||
importType: ImportType.OFX,
|
||||
startDate: startDate,
|
||||
endDate: new Date(),
|
||||
password: "",
|
||||
|
Loading…
Reference in New Issue
Block a user