Skip to content

Commit

Permalink
Merge pull request #3606 from mikhailprivalov/department-edit-row-fix
Browse files Browse the repository at this point in the history
DepartmentEditRow - Удаление лишнего параметра
  • Loading branch information
urchinpro authored Mar 14, 2024
2 parents 1cd4543 + 3a1edd1 commit 948d427
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 948d427

Please sign in to comment.