Various more changes to the Archetype Builder

This commit is contained in:
2026-02-22 14:44:27 +02:00
parent bdddc304ee
commit 99c7004ac2
7 changed files with 550 additions and 22 deletions

View File

@@ -44,7 +44,7 @@ export default function SelectBuiltMelodyModal({ open, melodyId, onClose, onSucc
// 3. Mark this built melody as assigned to this Firestore melody
await api.post(`/builder/melodies/${builtMelody.id}/assign?firestore_melody_id=${melodyId}`);
onSuccess();
onSuccess({ name: builtMelody.name, pid: builtMelody.pid });
} catch (err) {
setError(err.message);
} finally {