Username recovery improvements
This commit is contained in:
parent
a70ae1060d
commit
533a1b32d4
27 changed files with 423 additions and 99 deletions
|
@ -28,6 +28,9 @@ export default {
|
|||
component: EditUsernameModalBody,
|
||||
title: 'Components/EditUsernameModalBody',
|
||||
argTypes: {
|
||||
usernameCorrupted: {
|
||||
type: { name: 'boolean' },
|
||||
},
|
||||
currentUsername: {
|
||||
type: { name: 'string', required: false },
|
||||
},
|
||||
|
@ -57,6 +60,8 @@ export default {
|
|||
},
|
||||
},
|
||||
args: {
|
||||
isRootModal: false,
|
||||
usernameCorrupted: false,
|
||||
currentUsername: undefined,
|
||||
state: State.Open,
|
||||
error: undefined,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue