1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

REMOVE_STORAGE redux action

fix typo storageNoteMap
This commit is contained in:
Dick Choi
2016-09-08 16:33:16 +09:00
parent 34ae3cd704
commit 7132e9ff24
3 changed files with 56 additions and 17 deletions

View File

@@ -278,11 +278,11 @@ class StorageItem extends React.Component {
.then(() => {
store.dispatch({
type: 'REMOVE_STORAGE',
key: storage.key
storageKey: storage.key
})
})
.catch((err) => {
console.error(err)
throw err
})
}