make approval required the default community type
This commit is contained in:
parent
6830a02248
commit
341c86a006
|
@ -325,7 +325,7 @@ StatusModal {
|
||||||
components: [
|
components: [
|
||||||
StatusCheckBox {
|
StatusCheckBox {
|
||||||
id: requestToJoinCheckbox
|
id: requestToJoinCheckbox
|
||||||
checked: false
|
checked: true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue