mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-29 17:06:58 +00:00
Disable eslint issue from fluent library
This commit is contained in:
parent
2cc771315d
commit
27ad311675
@ -163,6 +163,7 @@ export const DocumentsTableComponent: React.FC<IDocumentsTableComponentProps> =
|
|||||||
useTableSelection({
|
useTableSelection({
|
||||||
selectionMode: "multiselect",
|
selectionMode: "multiselect",
|
||||||
selectedItems: selectedRows,
|
selectedItems: selectedRows,
|
||||||
|
// eslint-disable-next-line react/prop-types
|
||||||
onSelectionChange: (e, data) => onSelectedRowsChange(data.selectedItems),
|
onSelectionChange: (e, data) => onSelectedRowsChange(data.selectedItems),
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user