Skip to content

Commit

Permalink
Update app.js - fix typo in function
Browse files Browse the repository at this point in the history
  • Loading branch information
suzalflueck authored Jan 13, 2025
1 parent 69fca6f commit 25f324f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/store/modules/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const useAppStore = defineStore("app", {
console.error(error);
}
});
InstituteService.getCategoryCodes().then((response) => {
InstituteService.getSchoolCategoryCodes().then((response) => {
try {
this.instituteCategoryCodes = response.data;
} catch (error) {
Expand Down

0 comments on commit 25f324f

Please sign in to comment.