chore: disable both toggles while new space creation is loading (#2157)
This commit is contained in:
parent
975fb0f592
commit
dc1b7f1f5a
1 changed files with 2 additions and 1 deletions
|
|
@ -120,7 +120,8 @@ class NewGroupView extends StatelessWidget {
|
|||
// onChanged:
|
||||
// controller.loading ? null : controller.setPublicGroup,
|
||||
value: controller.requiredCodeToJoin,
|
||||
onChanged: controller.setRequireCode,
|
||||
onChanged:
|
||||
controller.loading ? null : controller.setRequireCode,
|
||||
// Pangea#
|
||||
),
|
||||
// #Pangea
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue