update select
This commit is contained in:
@@ -27,7 +27,7 @@ export function DataTableColumnHeader<TData, TValue>({
|
||||
<Button
|
||||
variant="ghost"
|
||||
size="sm"
|
||||
className={cn('-ml-3 h-8 cursor-pointer', className)}
|
||||
className={cn('-ml-3 cursor-pointer', className)}
|
||||
onClick={() => column.toggleSorting(column.getIsSorted() === 'asc')}
|
||||
>
|
||||
<span>{title}</span>
|
||||
|
||||
Reference in New Issue
Block a user