Skip to content

Commit

Permalink
Merge pull request #961 from JulianKniephoff/fix-start-task
Browse files Browse the repository at this point in the history
Fix "Start Task"
  • Loading branch information
Arnei authored Nov 5, 2024
2 parents c152deb + bb1446d commit b64e8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/events/partials/modals/StartTaskModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const StartTaskModal = ({
};

const handleSubmit = (values: typeof initialValues) => {
postTasks(values);
dispatch(postTasks(values));
dispatch(changeAllSelected(false));
close();
};
Expand Down

0 comments on commit b64e8ef

Please sign in to comment.