Skip to content

Commit 4fa1b59

Browse files
committed
fix breaking change
1 parent 40ba960 commit 4fa1b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patterns/navigation-layout/src/UserSettingsDialog/NLUserSettingsDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export function NLUserSettingsDialog({ open, setOpen }: UserSettingsDialogProps)
4646
text="Notifications"
4747
tooltip="Notifications"
4848
headerText="Notifications"
49-
pages={
49+
tabs={
5050
<UserSettingsView>
5151
<CheckBox checked text="Show High-Priority Notification Alerts" />
5252
</UserSettingsView>

0 commit comments

Comments
 (0)