.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user