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 Feb 1, 2024
1 parent 00f1595 commit 07e3203
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 07e3203

Please sign in to comment.