Skip to content

Commit

Permalink
added new line at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
Om Chauhan authored and Om Chauhan committed Sep 18, 2024
1 parent 63e4664 commit 596a1a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,4 @@ export const reorderSlides = (module_id, slides, setSubmitting) => (dispatch) =>
return reorderSlidesPromise(module_id, slides, setSubmitting)
.then(() => window.location.reload())
.catch(data => dispatch({ type: API_FAIL, data }));
};
};

0 comments on commit 596a1a4

Please sign in to comment.