Skip to content
Snippets Groups Projects
Commit 910df0f7 authored by Rakib Hasan's avatar Rakib Hasan
Browse files

Removing dispatch of fetchContextFail

No need to flash error message when status is not found.
The column will display the message "status not found"
parent 8e760d5f
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,6 @@ export function fetchContext(id) {
}).catch(error => {
dispatch(deleteStatusSuccess(id));
dispatch(deleteFromTimelines(id));
dispatch(fetchContextFail(id, error));
});
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment