mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-02 21:23:50 +00:00
more user role stuff
This commit is contained in:
@@ -41,7 +41,7 @@ export function DataTablePagination<TData>({
|
||||
/>
|
||||
</SelectTrigger>
|
||||
<SelectContent side="top">
|
||||
{[10, 20, 30, 40, 50].map((pageSize) => (
|
||||
{[10, 20, 30, 40, 50, 100, 200].map((pageSize) => (
|
||||
<SelectItem
|
||||
key={pageSize}
|
||||
value={`${pageSize}`}
|
||||
|
||||
Reference in New Issue
Block a user