feat: made stuff
This commit is contained in:
@@ -268,7 +268,7 @@ export default function ImportNotes() {
|
||||
globalThis.open("/templates/modele_notes.xlsx", "_blank");
|
||||
}
|
||||
|
||||
function downloadExport() {
|
||||
function _downloadExport() {
|
||||
// Export notes from the API in the same format
|
||||
Promise.all([
|
||||
fetch("/students/api/students").then((r) => r.json()),
|
||||
|
||||
Reference in New Issue
Block a user