Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 036c5f1

Browse files
Hubert KosterHubert Koster
authored andcommitted
chore: fixing error
1 parent 463d6eb commit 036c5f1

File tree

1 file changed

+1
-1
lines changed
  • src/features/dashboard/components/Table

1 file changed

+1
-1
lines changed

src/features/dashboard/components/Table/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface ITableProps<T extends object> extends HTMLAttributes<HTMLTableElement>
88
data: T[];
99
columns: Column<T>[];
1010
initialState?: TableState<T>;
11-
table_row_ref: LegacyRef<HTMLTableRowElement>;
11+
table_row_ref?: LegacyRef<HTMLTableRowElement>;
1212
getCustomCellProps?: (cell: Cell<T, unknown>) => object;
1313
}
1414

0 commit comments

Comments
 (0)