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 b2bc1b2 commit 7c26314Copy full SHA for 7c26314
packages/main/src/webComponents/UserSettingsDialog/UserSettingsDialog.stories.tsx
@@ -106,7 +106,7 @@ export const Default: Story = {
106
text="User Account"
107
tooltip="User Account"
108
headerText="User Account"
109
- pages={
+ tabs={
110
<>
111
<UserSettingsView>
112
<Icon name="person-placeholder" />
@@ -166,7 +166,7 @@ export const Default: Story = {
166
text="Language & Region"
167
tooltip="Language & Region"
168
headerText="Language & Region"
169
170
171
<div className="us-container">
172
<div className="lr-item">
0 commit comments