mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
feat: gestion des no data dans les table [#33]
This commit is contained in:
@ -81,7 +81,7 @@ export default function FilesToUpload({
|
||||
},
|
||||
{
|
||||
name: 'Priorité',
|
||||
transform: (row) => (
|
||||
transform: (row) =>
|
||||
row.is_required ? (
|
||||
<span className="flex items-center justify-center">
|
||||
<span className="px-2 py-1 rounded-full bg-red-100 text-red-600 text-xs font-semibold">
|
||||
@ -94,8 +94,7 @@ export default function FilesToUpload({
|
||||
Optionnel
|
||||
</span>
|
||||
</span>
|
||||
)
|
||||
),
|
||||
),
|
||||
},
|
||||
{
|
||||
name: 'Statut',
|
||||
|
||||
Reference in New Issue
Block a user