Progression und additional specific text placeholders #58

Merged
Lars merged 11 commits from develop into main 2026-06-18 11:28:45 +02:00
Showing only changes of commit b629f192ac - Show all commits

View File

@ -1149,7 +1149,7 @@ export default function ProgressionGraphEditor({ graphId, embedded = false, onSa
{draft.slots.map((slot, idx) => (
<ProgressionSlotCard
key={`slot-${idx}-${slot.learning_goal?.slice(0, 12) || 'x'}`}
key={`slot-${idx}`}
slot={slot}
slotIndex={idx}
slotCount={draft.slots.length}