Merge remote-tracking branch 'origin/feat/assignment-page' into feat/assignment-page

This commit is contained in:
Joyelle Ndagijimana 2025-04-22 12:19:02 +02:00
commit d43db16989

View file

@ -46,7 +46,7 @@ import {ref, computed, onMounted, watch} from "vue";
language: a.language,
groups: a.groups,
}));
})
}),
);
return result.flat();