Skip to content

Commit

Permalink
corr typo
Browse files Browse the repository at this point in the history
  • Loading branch information
schiwaa committed Dec 2, 2024
1 parent 55001be commit b8736de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class SectionList extends HTMLElement {
});
this.#sections.forEach( (section) => this.renderSectionName(section) );
} else {
StemmawebAlert.show(`Error: ${res.message}`, 'danger');
StemmawebAlert.show(`Error: ${resp.message}`, 'danger');
}
});
}
Expand Down

0 comments on commit b8736de

Please sign in to comment.