Skip to content

Commit

Permalink
fix(client): change default configuration
Browse files Browse the repository at this point in the history
affects: client

Set the checkbox for sending emails to parents to be true by default.

ISSUES CLOSED: #136
  • Loading branch information
rvboerner authored and r-a303931 committed Nov 25, 2023
1 parent cd86762 commit 5810428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/pages/team/TeamEmail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export default class TeamEmailList extends Page<PageProps<{ id: string }>, Email
sortFunction: SortFunction.LASTNAME,
visibleItems: [],
displayAdvanced: false,
addParentEmails: false,
addParentEmails: true,
filterValues: {
memberFilter: MemberList.ALL,
nameInput: '',
Expand Down

0 comments on commit 5810428

Please sign in to comment.