chore: disable both toggles while new space creation is loading (#2157)

This commit is contained in:
ggurdin 2025-03-17 14:41:39 -04:00 committed by GitHub
parent 975fb0f592
commit dc1b7f1f5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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