update
This commit is contained in:
@@ -626,7 +626,19 @@ function MitgliedDetail() {
|
|||||||
? new Date(profile.austrittsdatum).toLocaleDateString('de-AT')
|
? new Date(profile.austrittsdatum).toLocaleDateString('de-AT')
|
||||||
: null}
|
: null}
|
||||||
/>
|
/>
|
||||||
|
{editMode && isOwnProfile ? (
|
||||||
|
<Box>
|
||||||
|
<TextField
|
||||||
|
label="Standesbuchnummer"
|
||||||
|
fullWidth
|
||||||
|
size="small"
|
||||||
|
value={formData.fdisk_standesbuch_nr ?? ''}
|
||||||
|
onChange={(e) => handleFieldChange('fdisk_standesbuch_nr', e.target.value || undefined)}
|
||||||
|
/>
|
||||||
|
</Box>
|
||||||
|
) : (
|
||||||
<FieldRow label="Standesbuchnummer" value={profile?.fdisk_standesbuch_nr ?? null} />
|
<FieldRow label="Standesbuchnummer" value={profile?.fdisk_standesbuch_nr ?? null} />
|
||||||
|
)}
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</CardContent>
|
</CardContent>
|
||||||
|
|||||||
Reference in New Issue
Block a user