Fix #136
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 2m45s
Build and Push Docker Images / build-frontend (push) Successful in 57s

This commit is contained in:
2026-03-17 15:34:06 +01:00
parent 8892b36ae5
commit 6919de096a
4 changed files with 18 additions and 2 deletions

View File

@@ -396,6 +396,12 @@ export const useDataStore = defineStore('data', () => {
inputType: "text",
inputColumn: "Kontaktdaten"
},
{
key: "infoData.mobileTel",
label: "Mobilnummer",
inputType: "text",
inputColumn: "Kontaktdaten"
},
{
key: "infoData.email",
label: "E-Mail",