mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
Switched from using Text
to SelectableText
in CreateCommunityDialog
.
This commit is contained in:
@ -9,7 +9,7 @@ abstract final class SpaceManagementCommunityDialogHelper {
|
||||
showDialog<void>(
|
||||
context: context,
|
||||
builder: (_) => CreateCommunityDialog(
|
||||
title: const Text('Community Name'),
|
||||
title: const SelectableText('Community Name'),
|
||||
onCreateCommunity: (community) {
|
||||
context.read<CommunitiesBloc>().add(
|
||||
InsertCommunity(community),
|
||||
|
Reference in New Issue
Block a user