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 8588cf8 commit 440308fCopy full SHA for 440308f
site/src/components/ResetPasswordDialog/ResetPasswordDialog.stories.tsx
@@ -1,7 +1,6 @@
1
import { Story } from "@storybook/react"
2
import React from "react"
3
import { MockUser } from "../../testHelpers"
4
-import { generateRandomString } from "../../util/random"
5
import { ResetPasswordDialog, ResetPasswordDialogProps } from "./ResetPasswordDialog"
6
7
export default {
@@ -19,5 +18,5 @@ export const Example = Template.bind({})
19
18
Example.args = {
20
open: true,
21
user: MockUser,
22
- newPassword: generateRandomString(12),
+ newPassword: "somerandomstringhere",
23
}
0 commit comments