Skip to content

Commit

Permalink
fix(frontend/responsibilities): dont show archived projects
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Aug 14, 2024
1 parent 5c67c12 commit 4a71bb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/app/users/edit/responsibilities/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default class UsersEditResponsibilitiesController extends Controller {
has_reviewer: this.user?.id,
include: "customer",
ordering: "customer__name,name",
archived: 0,
});
}

Expand Down

0 comments on commit 4a71bb2

Please sign in to comment.