From 1dc7dec4f0035da94a1d707b877f13ed95c51a52 Mon Sep 17 00:00:00 2001 From: romainvalls Date: Sun, 23 Jun 2024 14:00:47 +0200 Subject: [PATCH] front: power restrictions v2 --- .../powerRestriction/components/PowerRestrictionsSelectorV2.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/modules/powerRestriction/components/PowerRestrictionsSelectorV2.tsx b/front/src/modules/powerRestriction/components/PowerRestrictionsSelectorV2.tsx index f154c06814e..7a4fc9a8485 100644 --- a/front/src/modules/powerRestriction/components/PowerRestrictionsSelectorV2.tsx +++ b/front/src/modules/powerRestriction/components/PowerRestrictionsSelectorV2.tsx @@ -199,7 +199,7 @@ const PowerRestrictionsSelectorV2 = ({ dispatch(deletePowerRestrictionRangesV2({ from: fromPathStep, to: toPathStep })); } }; - + console.log('test'); const formatElectricalRanges = ( ranges: PowerRestrictionV2[] ): { begin: number; end: number; value: string }[] => {