Commit 8d0c4a4e by Arjun Jhukal

updated minor change

parent 85a07254
......@@ -12,7 +12,7 @@ interface CustomTableProps<TData> {
}
export default function CustomTable<TData>({ table, loading = false,
emptyMessage = "No records found", skeletonRows = 5, }: CustomTableProps<TData>) {
emptyMessage = "No records found", skeletonRows = 10, }: CustomTableProps<TData>) {
const rowCount = table.getRowModel().rows.length;
const columnCount = table.getAllLeafColumns().length;
const user = useAppSelector((state) => state.auth.user)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment