Skip to content

Commit

Permalink
fix: sélection de l'équipe des rencontres (#1850)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudambro authored and rap2hpoutre committed Feb 8, 2024
1 parent f56c6b7 commit bdd980a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/components/Rencontre.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const Rencontre = ({ rencontre, personId, onFinished }) => {
if (isNew) {
const newRencontre = {
date: body.date,
team: currentTeam._id,
team: body.team ?? currentTeam._id,
user: user._id,
person: personId,
comment: body.comment,
Expand Down

0 comments on commit bdd980a

Please sign in to comment.