feat: ticket system base implementation
This commit is contained in:
@@ -272,7 +272,10 @@ function DataTableContent<TData, TValue>({
|
||||
Array.from({ length: 5 }).map((_, idx) => (
|
||||
<TableRow key={idx}>
|
||||
{columns.map((_, colIdx) => (
|
||||
<TableCell key={colIdx}>
|
||||
<TableCell
|
||||
key={colIdx}
|
||||
className="border-b border-border"
|
||||
>
|
||||
<Skeleton className="h-4 w-full max-w-35" />
|
||||
</TableCell>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user