Username and username link integrity check
This commit is contained in:
parent
1be90fff3d
commit
3664063d71
26 changed files with 636 additions and 35 deletions
|
@ -28,9 +28,16 @@ export default {
|
|||
username: {
|
||||
control: { type: 'text' },
|
||||
},
|
||||
usernameLinkCorrupted: {
|
||||
control: 'boolean',
|
||||
},
|
||||
usernameLinkState: {
|
||||
control: { type: 'select' },
|
||||
options: [UsernameLinkState.Ready, UsernameLinkState.Updating],
|
||||
options: [
|
||||
UsernameLinkState.Ready,
|
||||
UsernameLinkState.Updating,
|
||||
UsernameLinkState.Error,
|
||||
],
|
||||
},
|
||||
colorId: {
|
||||
control: { type: 'select' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue