feat: Gruppierungskommentare bearbeitbar gemacht

This commit is contained in:
Developer 02 2024-08-14 13:34:27 +02:00
parent 2c9a81c90a
commit 491c7b6514

View File

@ -41,7 +41,7 @@ export const env = {
},
{
header: "Kommentar",
field: (group: any) => group.comment ?? ""
field: "comment"
},
{
header: "AD Sync",
@ -125,4 +125,4 @@ export const env = {
]
},
config_url: "/assets/config.json"
};
};