Removing dispatch of fetchContextFail
No need to flash error message when status is not found. The column will display the message "status not found"
This commit is contained in:
parent
8e760d5f62
commit
910df0f795
|
@ -105,7 +105,6 @@ export function fetchContext(id) {
|
|||
}).catch(error => {
|
||||
dispatch(deleteStatusSuccess(id));
|
||||
dispatch(deleteFromTimelines(id));
|
||||
dispatch(fetchContextFail(id, error));
|
||||
});
|
||||
};
|
||||
};
|
||||
|
|
Reference in a new issue