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
1 changed files with 1 additions and 1 deletions

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