make approval required the default community type

This commit is contained in:
Iuri Matias 2022-05-17 11:55:17 -04:00
parent 6830a02248
commit 341c86a006
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ StatusModal {
components: [ components: [
StatusCheckBox { StatusCheckBox {
id: requestToJoinCheckbox id: requestToJoinCheckbox
checked: false checked: true
} }
] ]
} }