1
0
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:
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); startDate.setMonth(startDate.getMonth() - 1);
return { return {
importFile: "", importFile: "",
importType: ImportType.Gnucash, importType: ImportType.OFX,
startDate: startDate, startDate: startDate,
endDate: new Date(), endDate: new Date(),
password: "", password: "",