show signup reason in user admin screen
This commit is contained in:
parent
99bf315351
commit
aa40b8ca0d
7 changed files with 31 additions and 15 deletions
|
|
@ -221,6 +221,10 @@ export const meta = {
|
|||
},
|
||||
},
|
||||
},
|
||||
signupReason: {
|
||||
type: 'string',
|
||||
optional: false, nullable: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
} as const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue