Make it easier to switch between v1/v2 layout.

This commit is contained in:
James Cole
2021-02-01 06:29:45 +01:00
parent be05513ecd
commit f9220b8999
39 changed files with 63 additions and 42 deletions

View File

@@ -22,7 +22,7 @@ const lodashClonedeep = require('lodash.clonedeep');
// initial state
const state = () => ({
transactionType: '',
transactionType: 'any',
date: new Date,
groupTitle: '',
transactions: [],