Phase 5: Positions und Bereiche page with create/staff position modals
This commit is contained in:
@@ -45,7 +45,7 @@ export function DraftsCard({ drafts }: { drafts: Draft[] }) {
|
||||
<span className="ml-2 text-xs text-ink-muted">Gespeichert am {fmtDate(d.updated_at)}</span>
|
||||
</div>
|
||||
<div className="flex items-center gap-3">
|
||||
<button type="button" onClick={() => openWizard(d.id)} className="text-xs font-semibold text-brand-700 hover:underline">
|
||||
<button type="button" onClick={() => openWizard({ draftId: d.id })} className="text-xs font-semibold text-brand-700 hover:underline">
|
||||
Fortsetzen
|
||||
</button>
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user