Skip to content

Commit

Permalink
remove dispatch call
Browse files Browse the repository at this point in the history
  • Loading branch information
patelradhika committed Aug 20, 2024
1 parent 239310a commit af0efd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/ProductRoadmap/forms/AddFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ const AddFeatures = ({ location, history }) => {
)
|| !!(editPage && editData && !_.isEmpty(suggestedUserStories) && !_.isEqual(editData.feature_detail.user_stories, suggestedUserStories));

dispatch(clearUserStories());
if (dataHasChanged) {
setConfirmModal(true);
} else {
Expand Down

0 comments on commit af0efd0

Please sign in to comment.