1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-12-25 23:23:21 -05:00

Make OFX the default import type

This commit is contained in:
Aaron Lindsay 2017-06-05 21:01:04 -04:00
parent 4c1b917e05
commit 40e5be0219

View File

@ -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: "",