Removing dispatch of fetchContextFail

No need to flash error message when status is not found.
The column will display the message "status not found"
th-downstream
Rakib Hasan 8 years ago
parent 0caff2da64
commit 4909069b7b

@ -105,7 +105,6 @@ export function fetchContext(id) {
}).catch(error => { }).catch(error => {
dispatch(deleteStatusSuccess(id)); dispatch(deleteStatusSuccess(id));
dispatch(deleteFromTimelines(id)); dispatch(deleteFromTimelines(id));
dispatch(fetchContextFail(id, error));
}); });
}; };
}; };

Loading…
Cancel
Save