From ddfd4ee153506f0b111f1d4ad77819ac592dfd92 Mon Sep 17 00:00:00 2001 From: Faris Armoush Date: Mon, 7 Jul 2025 14:26:39 +0300 Subject: [PATCH] removed print statement. --- .../presentation/helpers/space_details_dialog_helper.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/space_management_v2/modules/space_details/presentation/helpers/space_details_dialog_helper.dart b/lib/pages/space_management_v2/modules/space_details/presentation/helpers/space_details_dialog_helper.dart index 6b95556a..de2c40f0 100644 --- a/lib/pages/space_management_v2/modules/space_details/presentation/helpers/space_details_dialog_helper.dart +++ b/lib/pages/space_management_v2/modules/space_details/presentation/helpers/space_details_dialog_helper.dart @@ -18,7 +18,7 @@ abstract final class SpaceDetailsDialogHelper { context: context, title: const SelectableText('Create Space'), spaceModel: SpaceModel.empty(), - onSave: print, + onSave: (space) {}, ), ), );