Removing dispatch of fetchContextFail
No need to flash error message when status is not found. The column will display the message "status not found"pull/646/head
parent
8e760d5f62
commit
910df0f795
|
@ -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…
Reference in New Issue