Skip to content

Commit f5be828

Browse files
author
Vikas Agarwal
committed
Asana task#202430448250910 Predix - Add option to subscribe to Predix member settings page (like we did with iOS)
-- Front end changes
1 parent b3a17f8 commit f5be828

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/settings/email/email.controller.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ import angular from 'angular'
5959
desc: 'Our annual online and onsite tournament to celebrate and reward the community',
6060
enabled: false,
6161
dirty: false
62+
},
63+
{
64+
id: 'TOPCODER_NL_PREDIX',
65+
name: 'Predix Community Newsletter',
66+
desc: 'Our annual online and onsite tournament to celebrate and reward the community',
67+
enabled: false,
68+
dirty: false
6269
}
6370
]
6471

0 commit comments

Comments
 (0)