Browse Source

Removing dispatch of fetchContextFail

No need to flash error message when status is not found.
The column will display the message "status not found"
master
Rakib Hasan 7 years ago
parent
commit
910df0f795
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      app/assets/javascripts/components/actions/statuses.jsx

+ 0
- 1
app/assets/javascripts/components/actions/statuses.jsx View File

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

Loading…
Cancel
Save