From f5def4b4d7359d1210716ad6ead56a5369dd3c1c Mon Sep 17 00:00:00 2001 From: Rafeek-Khoudare Date: Tue, 15 Jul 2025 15:26:37 +0300 Subject: [PATCH] to open Request --- .../widgets/main_manage_bookable_widgets/top_part_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/access_management/manage_bookable_spaces/presentation/widgets/main_manage_bookable_widgets/top_part_widget.dart b/lib/pages/access_management/manage_bookable_spaces/presentation/widgets/main_manage_bookable_widgets/top_part_widget.dart index 506773dc..66c24f88 100644 --- a/lib/pages/access_management/manage_bookable_spaces/presentation/widgets/main_manage_bookable_widgets/top_part_widget.dart +++ b/lib/pages/access_management/manage_bookable_spaces/presentation/widgets/main_manage_bookable_widgets/top_part_widget.dart @@ -57,7 +57,7 @@ class TopPartWidget extends StatelessWidget { fontWeight: FontWeight.bold, svgAsset: Assets.addButtonIcon, label: 'Set Up a Bookable Spaces', - onPressed: () { + onPressed: () { final bloc = context.read(); showDialog( context: context,