From 27ad31167534f7e7af8df03f217ff74f492c4bea Mon Sep 17 00:00:00 2001 From: Laurent Nguyen Date: Tue, 23 Apr 2024 15:25:25 +0200 Subject: [PATCH] Disable eslint issue from fluent library --- src/Explorer/Tabs/DocumentsTabV2/DocumentsTableComponent.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Explorer/Tabs/DocumentsTabV2/DocumentsTableComponent.tsx b/src/Explorer/Tabs/DocumentsTabV2/DocumentsTableComponent.tsx index e6d8490e8..4011d035a 100644 --- a/src/Explorer/Tabs/DocumentsTabV2/DocumentsTableComponent.tsx +++ b/src/Explorer/Tabs/DocumentsTabV2/DocumentsTableComponent.tsx @@ -163,6 +163,7 @@ export const DocumentsTableComponent: React.FC = useTableSelection({ selectionMode: "multiselect", selectedItems: selectedRows, + // eslint-disable-next-line react/prop-types onSelectionChange: (e, data) => onSelectedRowsChange(data.selectedItems), }), ],