mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
removed print statement.
This commit is contained in:
@ -18,7 +18,7 @@ abstract final class SpaceDetailsDialogHelper {
|
||||
context: context,
|
||||
title: const SelectableText('Create Space'),
|
||||
spaceModel: SpaceModel.empty(),
|
||||
onSave: print,
|
||||
onSave: (space) {},
|
||||
),
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user