Objektdokumente
cloudPropDocs.reload()}
/>
cloudPropDocs.reload()}
label="Dateien hierher ziehen oder klicken"
subLabel={`Wird unter "${prop.name}" als Objekt-Dokument gespeichert`}
/>
{cloudPropDocs.items.length > 0 && (
{cloudPropDocs.items.map(doc => (
{doc.name}
{(doc.sizeBytes / 1024).toFixed(0)} KB · {fmtDateShort(doc.uploadedAt)}
{doc.category || 'Cloud'}
↓
))}
)}
{propDocs.length === 0 && cloudPropDocs.items.length === 0 ? (
Keine Dokumente
Lade Versicherungspolicen, Grundbuchauszüge oder Hausgeldabrechnungen hoch.
) : propDocs.length === 0 ? null : (
{propDocs.map(doc => (
{doc.category}
{fmtDateShort(doc.date)}
))}
)}