Skip to content

Commit 58da110

Browse files
authored
Remove disabled checkbox for account notifications (#18338)
1 parent 8ef3bf8 commit 58da110

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

components/dashboard/src/user-settings/Notifications.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,7 @@ export default function Notifications() {
8282
return (
8383
<div>
8484
<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-
/>
85+
<Heading2>Email Notifications</Heading2>
9386
<CheckboxInputField
9487
label="Onboarding guide"
9588
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

Comments
 (0)