From 40e5be021964ee226d02ac054b028eaedbc5daa3 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Mon, 5 Jun 2017 21:01:04 -0400 Subject: [PATCH] Make OFX the default import type --- js/components/AccountRegister.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/components/AccountRegister.js b/js/components/AccountRegister.js index 70e7909..d259210 100644 --- a/js/components/AccountRegister.js +++ b/js/components/AccountRegister.js @@ -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: "",