This commit is contained in:
2024-03-16 00:11:02 +01:00
parent 49fe9728e5
commit 85f570433d
6 changed files with 9 additions and 9 deletions

View File

@@ -125,11 +125,11 @@
let groupSearch = "";
$: selectableGroups = [{
name: "None",
name: "Keine",
value: ""
}, {
value: groupSearch,
name: `Create: '${groupSearch}'`
name: `Erstelle: '${groupSearch}'`
}, ...$groups.map(group => {
return {
name: group,