Skip to content

Commit

Permalink
Merge pull request #505 from EyeSeeTea/feature/fix-formula
Browse files Browse the repository at this point in the history
Fix notifyEmailOnProjectSave
  • Loading branch information
adrianq authored Aug 15, 2023
2 parents 3d2e16b + f0c3029 commit 6849d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const appConfig: AppConfig = {
showShareButton: false,
},
app: {
notifyEmailOnProjectSave: [["user", "samaritan.org"].join("@")],
notifyEmailOnProjectSave: [["pmt", "samaritan.org"].join("@")],
},
feedback: {
repositories: {
Expand Down

0 comments on commit 6849d63

Please sign in to comment.