Skip to content

Commit

Permalink
Merge branch 'develop' into assignments-cancel-fill-slot
Browse files Browse the repository at this point in the history
  • Loading branch information
urchinpro authored Mar 14, 2024
2 parents 0a03949 + 948d427 commit cc04c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l2-frontend/src/forms/DepartmentEditRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export default {
await this.$store.dispatch(actions.GET_ALL_DEPARTMENTS);
},
editDepartment(iDdepartment) {
editDepartment() {
this.subgroups_department = true;
},
},
Expand Down

0 comments on commit cc04c48

Please sign in to comment.