diff --git a/lib/controller/dashboard/dashboard_controller.dart b/lib/controller/dashboard/dashboard_controller.dart index bf91723..a1f8044 100644 --- a/lib/controller/dashboard/dashboard_controller.dart +++ b/lib/controller/dashboard/dashboard_controller.dart @@ -10,7 +10,7 @@ class DashboardController extends GetxController { final RxList> roleWiseData = >[].obs; final RxBool isLoading = false.obs; - final RxString selectedRange = '7D'.obs; + final RxString selectedRange = '15D'.obs; final RxBool isChartView = true.obs; // Inject the ProjectController