We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef3bf8 commit 58da110Copy full SHA for 58da110
components/dashboard/src/user-settings/Notifications.tsx
@@ -82,14 +82,7 @@ export default function Notifications() {
82
return (
83
<div>
84
<PageWithSettingsSubMenu>
85
- <Heading2>Email Notification Preferences</Heading2>
86
- <CheckboxInputField
87
- label="Account Notifications [required]"
88
- hint="Receive essential emails about changes to your account"
89
- checked={true}
90
- disabled={true}
91
- onChange={(checked) => {}}
92
- />
+ <Heading2>Email Notifications</Heading2>
93
<CheckboxInputField
94
label="Onboarding guide"
95
hint="In the first weeks after you sign up, we'll guide you through the product, so you can get the most out of it"
0 commit comments