mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-27 20:24:56 +00:00
removed region from create
This commit is contained in:
@ -59,12 +59,11 @@ class _SidebarWidgetState extends State<SidebarWidget> {
|
||||
showDialog(
|
||||
context: parentContext,
|
||||
builder: (context) => CreateCommunityDialog(
|
||||
onCreateCommunity: (String communityName, String description, String regionId) {
|
||||
onCreateCommunity: (String communityName, String description) {
|
||||
parentContext.read<SpaceManagementBloc>().add(
|
||||
CreateCommunityEvent(
|
||||
name: communityName,
|
||||
description: description,
|
||||
regionId: regionId,
|
||||
),
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user