Updated Toast alerts, progress mvp
• Updated: - Toast alerts
This commit is contained in:
@@ -250,6 +250,7 @@ const fetchCommentsSuccess = (id, descendants) => ({
|
||||
|
||||
const fetchCommentsFail = (id, error) => ({
|
||||
type: COMMENTS_FETCH_FAIL,
|
||||
showToast: true,
|
||||
id,
|
||||
error,
|
||||
skipAlert: true,
|
||||
|
||||
Reference in New Issue
Block a user