Fix build issues

This commit is contained in:
Laurent Nguyen
2024-04-18 16:49:34 +02:00
parent 8e7fbe65fa
commit 73d38439ff
3 changed files with 40 additions and 11 deletions

View File

@@ -224,7 +224,9 @@ export const DocumentsTableComponent: React.FC<IDocumentsTableComponentProps> =
// Cell keyboard navigation
const keyboardNavAttr = useArrowNavigationGroup({ axis: "grid" });
const tableProps = {
// TODO: Bug in fluent UI typings that requires any here
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const tableProps: any = {
"aria-label": "Filtered documents table",
role: "grid",
...columnSizing.getTableProps(),