Spendenbeschreibung vor Betrag anzeigen
CI / Build and Deploy (push) Successful in 2m29s

This commit is contained in:
jan
2026-05-29 17:46:55 +02:00
parent 1f06fab8d7
commit 2b4a818fda
+9 -9
View File
@@ -3469,15 +3469,6 @@ export function DashboardShell({
onChange={(event) => updateDonationDraft(donation, { title: event.target.value })}
fullWidth
/>
<TextField
label="Betrag in EUR"
type="number"
size="small"
inputProps={{ min: 0.01, step: 0.01 }}
value={draft.amount}
onChange={(event) => updateDonationDraft(donation, { amount: event.target.value })}
fullWidth
/>
<TextField
label="Beschreibung"
size="small"
@@ -3487,6 +3478,15 @@ export function DashboardShell({
multiline
minRows={2}
/>
<TextField
label="Betrag in EUR"
type="number"
size="small"
inputProps={{ min: 0.01, step: 0.01 }}
value={draft.amount}
onChange={(event) => updateDonationDraft(donation, { amount: event.target.value })}
fullWidth
/>
<TextField
label="Spendendatum"
type="date"