Skip to content

Commit

Permalink
Fix name of id prop
Browse files Browse the repository at this point in the history
  • Loading branch information
dyedwiper committed Nov 3, 2023
1 parent 19a99af commit 314b606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/administration/SchoolSettings.page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export default defineComponent({
// if the school object gets a new reference (e.g. after updating it) do not reload the year or systems
if (
!schoolsModule.getFederalState ||
!schoolsModule.getFederalState._id ||
!schoolsModule.getFederalState.id ||
!schoolsModule.systems ||
!schoolsModule.systems.length ||
(newSchool && newSchool.id && (!oldSchool || !oldSchool.id))
Expand Down

0 comments on commit 314b606

Please sign in to comment.