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 e2128e6 commit f37ef9eCopy full SHA for f37ef9e
site/src/pages/UserSettingsPage/SecurityPage/SecurityForm.stories.tsx
@@ -16,12 +16,14 @@ type Story = StoryObj<typeof SecurityForm>;
16
export const Example: Story = {
17
args: {
18
isLoading: false,
19
+ onPasswordChange: (password: string) => {},
20
},
21
};
22
23
export const Loading: Story = {
24
25
isLoading: true,
26
27
28
29
@@ -36,5 +38,6 @@ export const WithError: Story = {
36
38
37
39
],
40
}),
41
42
43
0 commit comments