Browse Source

Make accounts save in db on ADD_ACCOUNT

master
meriadec 7 years ago
parent
commit
f788f98fff
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 2
      src/actions/accounts.js

2
src/actions/accounts.js

@ -6,7 +6,7 @@ import db from 'helpers/db'
export type AddAccount = Account => *
export const addAccount: AddAccount = payload => ({
type: 'ADD_ACCOUNT',
type: 'DB:ADD_ACCOUNT',
payload,
})

Loading…
Cancel
Save