This commit is contained in:
Estifo77
2026-07-28 10:26:55 +03:00
parent cdec4c435b
commit 173d6eccb6
3 changed files with 202 additions and 129 deletions

View File

@@ -279,7 +279,7 @@ function ProfessionTab() {
{
header: t("configuration.name"),
cell: ({ row }) => row.original.name[locale],
enabled:true
enabled: true,
},
{
header: t("configuration.description"),
@@ -294,7 +294,7 @@ function ProfessionTab() {
cell: ({ row }) => getDeptName(row.original.departmentId),
},
{
header: "",
header: "actions",
size: 90,
cell: ({ row }) => (
<Group gap="xs">