fix: add allowSignUp default value as true
This commit is contained in:
parent
e058c509ea
commit
61dcd45a83
@ -14,6 +14,7 @@ export default {
|
|||||||
{
|
{
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
name: 'allowSignUp',
|
name: 'allowSignUp',
|
||||||
|
defaultValue: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'belongsTo',
|
type: 'belongsTo',
|
||||||
|
Loading…
Reference in New Issue
Block a user