From 3a84da5c74d01c7f770087eb2f0c47685d417a0b Mon Sep 17 00:00:00 2001 From: nBiqoz Date: Sun, 7 Sep 2025 16:41:22 +0200 Subject: [PATCH] select --- app/components/ContextMenu.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app/components/ContextMenu.tsx b/app/components/ContextMenu.tsx index 0d445eb..e717028 100644 --- a/app/components/ContextMenu.tsx +++ b/app/components/ContextMenu.tsx @@ -13,10 +13,7 @@ interface ContextMenuProps { }; existingLabels: string[]; // entityMappings: EntityMapping[]; // SUPPRIMER cette ligne - onApplyLabel: ( - displayName: string, - applyToAll?: boolean - ) => void; + onApplyLabel: (displayName: string, applyToAll?: boolean) => void; onApplyColor: ( color: string, colorName: string, @@ -167,7 +164,7 @@ export const ContextMenu: React.FC = ({ defaultValue="" > {existingLabels.map((label) => (