Skip to content

Commit

Permalink
Corrige le tracking de maj de planning groupée
Browse files Browse the repository at this point in the history
  • Loading branch information
mariheck committed Dec 16, 2024
1 parent a423e53 commit d7f3dd9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const ModaleEditionPlanning = ({
title="Associer un planning"
actionsCount={selectedIds.length}
onSave={() => {
tracker('associer_priorite_groupe', {
tracker('associer_planning_groupe', {
collectivite_id: collectiviteId,
});
mutation.mutate({
Expand All @@ -45,7 +45,6 @@ const ModaleEditionPlanning = ({
});
}}
>
{/* TODO: check dates de début des fiches sélectionnées ? */}
<Field title="Date de fin prévisionnelle" className="col-span-2">
<Input
ref={dateFinRef}
Expand Down

0 comments on commit d7f3dd9

Please sign in to comment.