This commit is contained in:
2026-04-17 09:57:01 +02:00
parent dd1d78e6ad
commit c3c05e8af4
5 changed files with 176 additions and 3 deletions

View File

@@ -183,6 +183,9 @@ export default function EditCompanyPage() {
<TextField label="Telefonnummer" name="phone" value={form.phone} onChange={handleChange} required fullWidth />
<TextField label="Email Adresse" name="email" value={form.email} onChange={handleChange} required fullWidth />
<TextField label="Adresse" name="address" value={form.address} onChange={handleChange} required fullWidth />
<Alert severity="info" sx={{ maxWidth: 560, mb: 3 }}>
Website muss mit "https://" anfangen
</Alert>
<TextField label="Webseite" name="website" value={form.website} onChange={handleChange} required fullWidth />
<TextField label="Kontaktperson" name="contactPerson" value={form.contactPerson} onChange={handleChange} required fullWidth />
<FormControlLabel