Skip to content

Commit 7c26314

Browse files
committed
Update UserSettingsDialog.stories.tsx
1 parent b2bc1b2 commit 7c26314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/main/src/webComponents/UserSettingsDialog/UserSettingsDialog.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const Default: Story = {
106106
text="User Account"
107107
tooltip="User Account"
108108
headerText="User Account"
109-
pages={
109+
tabs={
110110
<>
111111
<UserSettingsView>
112112
<Icon name="person-placeholder" />
@@ -166,7 +166,7 @@ export const Default: Story = {
166166
text="Language & Region"
167167
tooltip="Language & Region"
168168
headerText="Language & Region"
169-
pages={
169+
tabs={
170170
<UserSettingsView>
171171
<div className="us-container">
172172
<div className="lr-item">

0 commit comments

Comments
 (0)