From c3000f8a7fb2cd6e67331e316095fc8bc293bead Mon Sep 17 00:00:00 2001 From: hannathkadher Date: Thu, 26 Sep 2024 14:51:07 +0400 Subject: [PATCH] fixed bug --- lib/pages/spaces_management/view/spaces_management_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/spaces_management/view/spaces_management_page.dart b/lib/pages/spaces_management/view/spaces_management_page.dart index 50fc9c3a..3f646d05 100644 --- a/lib/pages/spaces_management/view/spaces_management_page.dart +++ b/lib/pages/spaces_management/view/spaces_management_page.dart @@ -9,7 +9,7 @@ import 'package:syncrow_web/pages/spaces_management/view/sidebar_widget.dart'; import 'package:syncrow_web/utils/color_manager.dart'; import 'package:syncrow_web/utils/constants/assets.dart'; -class SpaceManagementPage extends StatefulWidget with HelperResponsiveLayout { +class SpaceManagementPage extends StatefulWidget{ @override SpaceManagementPageState createState() => SpaceManagementPageState(); }