mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
REMOVE_STORAGE redux action
fix typo storageNoteMap
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user