mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-29 16:28:13 +00:00
fixes
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user