mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-25 16:59:40 +00:00
Made Create Space dialog title match the figma design.
This commit is contained in:
@ -49,7 +49,7 @@ abstract final class SpaceDetailsDialogHelper {
|
|||||||
},
|
},
|
||||||
child: SpaceDetailsDialog(
|
child: SpaceDetailsDialog(
|
||||||
context: context,
|
context: context,
|
||||||
title: const SelectableText('Create Space'),
|
title: const SelectableText('Create New Space'),
|
||||||
spaceModel: SpaceModel.empty(),
|
spaceModel: SpaceModel.empty(),
|
||||||
onSave: (space) {
|
onSave: (space) {
|
||||||
context.read<CreateSpaceBloc>().add(
|
context.read<CreateSpaceBloc>().add(
|
||||||
|
Reference in New Issue
Block a user